commit | 3be6cc9b2f85724c37d5cf5e9f71bbded656b9cd | [log] [tgz] |
---|---|---|
author | Sergey Kandaurov <pluknet@nginx.com> | Thu May 23 15:47:58 2013 +0400 |
committer | Sergey Kandaurov <pluknet@nginx.com> | Thu May 23 15:47:58 2013 +0400 |
tree | 166325240efef316493098ce447851bf485b32cd | |
parent | c4a044cc50e35b114095bfe744ba3fa0e6bfc5bd [diff] [blame] |
Use "void" for functions with empty parameter list.
diff --git a/src/os/unix/ngx_freebsd_init.c b/src/os/unix/ngx_freebsd_init.c index aeeceaf..c4c12dd 100644 --- a/src/os/unix/ngx_freebsd_init.c +++ b/src/os/unix/ngx_freebsd_init.c
@@ -72,7 +72,7 @@ void -ngx_debug_init() +ngx_debug_init(void) { #if (NGX_DEBUG_MALLOC)