mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-04-10 12:10:44 +00:00
Remove a unnecessary \n
This commit is contained in:
parent
8ff3880457
commit
3dbd925c34
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue