comparison src/os/unix/ngx_darwin_init.c @ 5225:15a7deeaa19a

Use "void" for functions with empty parameter list.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 23 May 2013 15:47:58 +0400
parents d620f497c50f
children 8f038068f4bc
comparison
equal deleted inserted replaced
5224:09d7faaef16f 5225:15a7deeaa19a
57 { NULL, NULL, 0, 0 } 57 { NULL, NULL, 0, 0 }
58 }; 58 };
59 59
60 60
61 void 61 void
62 ngx_debug_init() 62 ngx_debug_init(void)
63 { 63 {
64 #if (NGX_DEBUG_MALLOC) 64 #if (NGX_DEBUG_MALLOC)
65 65
66 /* 66 /*
67 * MacOSX 10.6, 10.7: MallocScribble fills freed memory with 0x55 67 * MacOSX 10.6, 10.7: MallocScribble fills freed memory with 0x55