소스 검색

Unit test: Add lost #endif

bel2125 7 년 전
부모
커밋
de768b2a2c
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      test/public_server.c

+ 3 - 1
test/public_server.c

@@ -1105,9 +1105,11 @@ websocket_client_close_handler(const struct mg_connection *conn,
 	pclient_data->closed++;
 
 	mark_point();
-#endif
+#endif /* __MACH__ */
 }
 
+#endif /* USE_WEBSOCKET */
+
 
 START_TEST(test_request_handlers)
 {