From e6ae40982e89053a4326058e726422ef7602bd1a Mon Sep 17 00:00:00 2001 From: Thomas Jansen Date: Tue, 2 Dec 2008 02:42:19 +0100 Subject: replaced mpd_noreturn by G_GNUC_NORETURN We want to remove gcc.h eventually. This takes care of all the G_GNUC_NORETURN macros. --- src/state_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state_file.c') diff --git a/src/state_file.c b/src/state_file.c index 618d9b2f..1a3e05a7 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); } -- cgit v1.2.3