fix misplaced semicolon in preprocessor directive (#undef h_errno)
authorRich Felker <dalias@aerifal.cx>
Thu, 17 May 2012 00:14:30 +0000 (20:14 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 17 May 2012 00:14:30 +0000 (20:14 -0400)
src/network/h_errno.c

index 5560234..4f700ce 100644 (file)
@@ -1,6 +1,6 @@
 #include <netdb.h>
 
-#undef h_errno;
+#undef h_errno
 int h_errno;
 
 int *__h_errno_location(void)