From 9d66c51271e4c87b6f8ab4caf945b284a60f16e3 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 25 Dec 2008 15:36:30 +0100 Subject: [PATCH] ANSI funcs with no args --- src/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.c b/src/settings.c index 284ed84..373e6d9 100644 --- a/src/settings.c +++ b/src/settings.c @@ -375,7 +375,7 @@ static void initialize_hard_settings(struct setting_dictionary *dict) // Read any settings names introduced in service definition (config) and add to dictionary // This is done now to avoid errors if user settings are declared in session overrides -static void initialize_soft_settings() +static void initialize_soft_settings(void) { struct conf_service *service = config->servers->service; int i; -- 1.7.10.4