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