Browse Source

fix misplaced semicolon in preprocessor directive (#undef h_errno)

Rich Felker 13 years ago
parent
commit
01e94c4623
1 changed files with 1 additions and 1 deletions
  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)