Преглед изворни кода

sysfdsetsize.c: fixed typo in macros,
fixed build with non-default FD_SETSIZE value

Evgeny Grin (Karlson2k) пре 9 година
родитељ
комит
c0a00bbf94
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/microhttpd/sysfdsetsize.c

+ 1 - 1
src/microhttpd/sysfdsetsize.c

@@ -30,7 +30,7 @@
 /* FD_SETSIZE was defined before system headers. */
 /* To get system value of FD_SETSIZE, undefine FD_SETSIZE
    here. */
-#undf FD_SETSIZE
+#undef FD_SETSIZE
 #endif /* FD_SETSIZE */
 
 #include <stdlib.h>