diff options
author | Max Kellermann <max@duempel.org> | 2009-01-17 20:23:27 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-17 20:23:27 +0100 |
commit | 4d472c265ed0b3f7f61ee624c01c8ef319db7c99 (patch) | |
tree | 8ec3ea874c741c9b0e1ab70db2a96e02acec8225 /src/state_file.c | |
parent | 2bbf378dd8a3f12b4b79228ce562402c29d2cd09 (diff) | |
download | mpd-4d472c265ed0b3f7f61ee624c01c8ef319db7c99.tar.gz mpd-4d472c265ed0b3f7f61ee624c01c8ef319db7c99.tar.xz mpd-4d472c265ed0b3f7f61ee624c01c8ef319db7c99.zip |
conf: no CamelCase, part I
Renamed functions, types, variables.
Diffstat (limited to 'src/state_file.c')
-rw-r--r-- | src/state_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |