소스 검색

core: fix unclosed comment
(cherry picked from commit b4f7c405a7c15a950ce50561a5a61fb36d59bc28)

Andrei Pelinescu-Onciul 15 년 전
부모
커밋
69670e9709
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      io_wait.c

+ 1 - 1
io_wait.c

@@ -389,7 +389,7 @@ enum poll_types choose_poll_method()
 		/* all DragonFly versions have kqueque */
 		#ifndef __OS_dragonfly
 		if (_os_ver>=0x0401) /* if ver >= 4.1 */
-		#endif /**__OS_dragonfly
+		#endif /**__OS_dragonfly */
 	#elif defined (__OS_netbsd)
 		if (_os_ver>=0x020000) /* if ver >= 2.0 */
 	#elif defined (__OS_openbsd)