Typo fix
Fix the semicolon.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define CRASHHANDLER_H
|
||||
|
||||
#ifdef __GNUC__
|
||||
#include <signal.h>;
|
||||
#include <signal.h>
|
||||
void handler(int sig);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user