conf: eliminated CamelCase

Renamed all remaining CamelCase functions.
This commit is contained in:
Max Kellermann
2009-06-03 06:55:04 +02:00
parent 5c5d39b012
commit ddc2694419
5 changed files with 24 additions and 23 deletions

View File

@@ -98,7 +98,7 @@ static void free_shout_data(struct shout_data *sd)
}
#define check_block_param(name) { \
block_param = getBlockParam(param, name); \
block_param = config_get_block_param(param, name); \
if (!block_param) { \
g_error("no \"%s\" defined for shout device defined at line " \
"%i\n", name, param->line); \