Explorar o código

Unit test: Add lost #endif

bel2125 %!s(int64=7) %!d(string=hai) anos
pai
achega
de768b2a2c
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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)
 {