diff options
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 452031ed6..c43a9c303 100644 --- a/src/state_file.c +++ b/src/state_file.c @@ -41,7 +41,7 @@ static struct _sf_cb { { readPlaylistState, savePlaylistState }, }; -static const char *sfpath = NULL; +static const char *sfpath; static void get_state_file_path(void) { |