mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
I'm an idiot
This commit is contained in:
parent
9defd997c3
commit
9d28351b5c
1 changed files with 1 additions and 1 deletions
|
@ -675,7 +675,7 @@ static inline void I_ShutdownConsole(void){}
|
|||
//
|
||||
// StartupKeyboard
|
||||
//
|
||||
void I_RegisterSignals (void)
|
||||
static void I_RegisterSignals (void)
|
||||
{
|
||||
#ifdef SIGINT
|
||||
signal(SIGINT , quit_handler);
|
||||
|
|
Loading…
Reference in a new issue