mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-21 11:21:52 +00:00
signalhandler: Fix a typo
Detected by Lintian, a QA tool used in Debian. Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
parent
93008da0eb
commit
45b922372a
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ printBacktrace(int sig)
|
|||
printf("Compiler: %s\n", __VERSION__);
|
||||
printf("Signal: %i\n", sig);
|
||||
printf("\nBacktrace:\n");
|
||||
printf(" Not available on this plattform.\n\n");
|
||||
printf(" Not available on this platform.\n\n");
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue