瀏覽代碼

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)