Disable compile warning: no newline at end of file

This commit is contained in:
vpeter4 2014-04-27 13:28:22 +02:00
parent 6ea337aa3e
commit 4dd8ada592
4 changed files with 4 additions and 4 deletions

View 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;
}
}

View 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
#endif

View 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);
}
}

View file

@ -567,4 +567,4 @@ lws_ssl_context_destroy(struct libwebsocket_context *context)
ERR_free_strings();
EVP_cleanup();
CRYPTO_cleanup_all_ex_data();
}
}