Disable compile warning: no newline at end of file
authorvpeter4 <peter.vicman@gmail.com>
Sun, 27 Apr 2014 11:28:22 +0000 (13:28 +0200)
committervpeter4 <peter.vicman@gmail.com>
Sun, 27 Apr 2014 11:28:22 +0000 (13:28 +0200)
lib/libwebsockets.c
lib/lws-plat-unix.c
lib/server.c
lib/ssl.c

index 40a56e8..2975f38 100644 (file)
@@ -758,4 +758,4 @@ LWS_VISIBLE void lws_set_log_level(int level, void (*log_emit_function)(int leve
        log_level = level;
        if (log_emit_function)
                lwsl_emit = log_emit_function;
-}
\ No newline at end of file
+}
index 279a3be..b0c4a4c 100644 (file)
@@ -387,4 +387,4 @@ lws_plat_inet_ntop(int af, const void *src, char *dst, int cnt)
 { 
        return inet_ntop(af, src, dst, cnt);
 }
-#endif
\ No newline at end of file
+#endif
index bb9a1ae..8d55e96 100644 (file)
@@ -865,4 +865,4 @@ lws_server_get_canonical_hostname(struct libwebsocket_context *context,
                                       sizeof(context->canonical_hostname) - 1);
 
        lwsl_notice(" canonical_hostname = %s\n", context->canonical_hostname);
-}
\ No newline at end of file
+}
index d220000..7ccff55 100644 (file)
--- a/lib/ssl.c
+++ b/lib/ssl.c
@@ -567,4 +567,4 @@ lws_ssl_context_destroy(struct libwebsocket_context *context)
        ERR_free_strings();
        EVP_cleanup();
        CRYPTO_cleanup_all_ex_data();
-}
\ No newline at end of file
+}