diff --git a/include/dosbox.h b/include/dosbox.h index c46cf0a4..37f6f702 100644 --- a/include/dosbox.h +++ b/include/dosbox.h @@ -23,10 +23,10 @@ #include "config.h" -void E_Exit(const char * message,...) GCC_ATTRIBUTE( __format__(__printf__, 1, 2)); +GCC_ATTRIBUTE(noreturn) void E_Exit(const char * message,...) GCC_ATTRIBUTE( __format__(__printf__, 1, 2)); -void MSG_Add(const char*,const char*); //add messages to the internal langaugefile -const char* MSG_Get(char const *); //get messages from the internal langaugafile +void MSG_Add(const char*,const char*); //add messages to the internal languagefile +const char* MSG_Get(char const *); //get messages from the internal languagefile class Section;