diff options
Diffstat (limited to 'src/LYClean.c')
-rw-r--r-- | src/LYClean.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/LYClean.c b/src/LYClean.c index 216b1618..89270923 100644 --- a/src/LYClean.c +++ b/src/LYClean.c @@ -26,12 +26,12 @@ PUBLIC void cleanup_sig ARGS1( #ifdef IGNORE_CTRL_C if (sig == SIGINT) { - /* - * Need to rearm the signal. - */ - signal(SIGINT, cleanup_sig); - sigint = TRUE; - return; + /* + * Need to rearm the signal. + */ + signal(SIGINT, cleanup_sig); + sigint = TRUE; + return; } #endif /* IGNORE_CTRL_C */ |