Procházet zdrojové kódy

fix misplaced semicolon in preprocessor directive (#undef h_errno)

Rich Felker před 13 roky
rodič
revize
01e94c4623
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)