diff options
Diffstat (limited to 'src/state_file.c')
-rw-r--r-- | src/state_file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state_file.c b/src/state_file.c index 1b0b41f1a..ac2fcde7a 100644 --- a/src/state_file.c +++ b/src/state_file.c @@ -106,5 +106,6 @@ void read_state_file(void) void mpd_noreturn state_file_fatal(void) { FATAL("error parsing state file \"%s\"\n", sfpath); + exit(EXIT_FAILURE); } |