mhd_sys_options: Fixed typo in comment

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-11-19 10:52:15 +03:00
parent 3a65ef3fca
commit feb30189e7
+1 -1
View File
@@ -398,7 +398,7 @@
# ifndef DEBUG /* Used by some toolchains */
# define NDEBUG 1 /* Use NDEBUG by default */
# else /* DEBUG */
# define _DEBUG 1 /* Non-standart macro */
# define _DEBUG 1 /* Non-standard macro */
# endif /* DEBUG */
#endif /* !_DEBUG && !NDEBUG */