Remove a unnecessary \n

This commit is contained in:
Yamagi Burmeister 2012-02-29 20:58:37 +00:00
parent 8ff3880457
commit 3dbd925c34
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ printBacktrace(int sig)
void
signalhandler(int sig)
{
printf("\n=======================================================\n\n");
printf("\n=======================================================\n");
printf("\nYamagi Quake II crashed! This should not happen...\n");
printf("\nMake sure that you're using the last version. It can\n");
printf("be found at http://www.yamagi.org/quake2. If you do,\n");