Переглянути джерело

fix misplaced semicolon in preprocessor directive (#undef h_errno)

Rich Felker 13 роки тому
батько
коміт
01e94c4623
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/network/h_errno.c

+ 1 - 1
src/network/h_errno.c

@@ -1,6 +1,6 @@
 #include <netdb.h>
 
-#undef h_errno;
+#undef h_errno
 int h_errno;
 
 int *__h_errno_location(void)