Fix the semicolon.
This commit is contained in:
Troy James Sobotka
2019-05-13 17:13:04 -07:00
committed by GitHub
parent 53eb0e95ab
commit 6b320e908a
+1 -1
View File
@@ -2,7 +2,7 @@
#define CRASHHANDLER_H
#ifdef __GNUC__
#include <signal.h>;
#include <signal.h>
void handler(int sig);
#endif