diff options
Diffstat (limited to '')
-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 618d9b2f7..1a3e05a77 100644 --- a/src/state_file.c +++ b/src/state_file.c @@ -99,7 +99,7 @@ void read_state_file(void) while(fclose(fp) && errno == EINTR) /* nothing */; } -void mpd_noreturn state_file_fatal(void) +void G_GNUC_NORETURN state_file_fatal(void) { FATAL("error parsing state file \"%s\"\n", sfpath); } |