diff options
Diffstat (limited to 'src/compilo.c')
-rw-r--r-- | src/compilo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compilo.c b/src/compilo.c index 12a6f05..f2c4c98 100644 --- a/src/compilo.c +++ b/src/compilo.c @@ -73,7 +73,7 @@ int main(int argc, char **argv) fprintf(stderr, _("\nPerforming shutdown...\n\n")); flush_all(); - + signal(SIGSEGV, NULL); fprintf(stderr, _("Exitting, bye!\n")); |