Add a missing letter

This commit is contained in:
Forkk 2014-05-10 15:10:24 -05:00
parent aefa73ad11
commit e6ca58a89e

View File

@ -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;