diff options
Diffstat (limited to 'src/lib/init.h')
-rw-r--r-- | src/lib/init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/init.h b/src/lib/init.h index fae96159..2d9a9389 100644 --- a/src/lib/init.h +++ b/src/lib/init.h | |||
@@ -31,7 +31,7 @@ | |||
31 | * Do nothing - global initialisation is | 31 | * Do nothing - global initialisation is |
32 | * performed by library constructor. | 32 | * performed by library constructor. |
33 | */ | 33 | */ |
34 | #define MHD_check_global_init_() (void)0 | 34 | #define MHD_check_global_init_() (void) 0 |
35 | #else /* ! _AUTOINIT_FUNCS_ARE_SUPPORTED */ | 35 | #else /* ! _AUTOINIT_FUNCS_ARE_SUPPORTED */ |
36 | /** | 36 | /** |
37 | * Check whether global initialisation was performed | 37 | * Check whether global initialisation was performed |