aboutsummaryrefslogtreecommitdiffstats
path: root/src/state_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/state_file.c')
-rw-r--r--src/state_file.c2
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);