From e6ca58a89e12bb2c7636dac91b6a1a609c6780b3 Mon Sep 17 00:00:00 2001 From: Forkk Date: Sat, 10 May 2014 15:10:24 -0500 Subject: Add a missing letter --- HandleCrash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HandleCrash.cpp') diff --git a/HandleCrash.cpp b/HandleCrash.cpp index 91a5f2a1..ed319cf1 100644 --- a/HandleCrash.cpp +++ b/HandleCrash.cpp @@ -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; -- cgit v1.2.3