소스 검색

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)