1
0
Fork 0

added \n to default MSG

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@322
This commit is contained in:
Peter Veenstra 2002-10-17 18:13:59 +00:00
parent 6d64c5f21e
commit 982ec01bc5

View file

@ -112,7 +112,7 @@ const char * MSG_Get(char const * msg) {
return (*tel).val.c_str();
}
}
return "Message not Found!";
return "Message not Found!\n";
}
void MSG_Init(Section_prop * section) {