From 4d472c265ed0b3f7f61ee624c01c8ef319db7c99 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 17 Jan 2009 20:23:27 +0100 Subject: conf: no CamelCase, part I Renamed functions, types, variables. --- src/state_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state_file.c') diff --git a/src/state_file.c b/src/state_file.c index e45b6ea94..3f4bfaa44 100644 --- a/src/state_file.c +++ b/src/state_file.c @@ -43,7 +43,7 @@ static const char *sfpath; static void get_state_file_path(void) { - ConfigParam *param; + struct config_param *param; if (sfpath) return; param = parseConfigFilePath(CONF_STATE_FILE, 0); -- cgit v1.2.3