Add a missing letter
This commit is contained in:
parent
aefa73ad11
commit
e6ca58a89e
@ -62,7 +62,7 @@ struct CrashData
|
||||
// This has to be declared here, after the CrashData struct, but before the function that uses it.
|
||||
void handleCrash(CrashData);
|
||||
|
||||
void handle(int sig)
|
||||
void handler(int sig)
|
||||
{
|
||||
CrashData cData;
|
||||
cData.signal = sig;
|
||||
|
Loading…
Reference in New Issue
Block a user