diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-01 19:34:11 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-01 19:34:11 +0000 |
commit | 9f27e0498e7275cb031d1e1f748ebfd76b37a1d7 (patch) | |
tree | efdcbb01c6b22b348bd41e1d5ef0c620891f92c8 /src | |
parent | 33554304cf7c85218a17eae1bb089709745e4ea1 (diff) |
Typo
Diffstat (limited to 'src')
-rw-r--r-- | src/httrack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httrack.c b/src/httrack.c index 45c37c4..c989299 100644 --- a/src/httrack.c +++ b/src/httrack.c @@ -816,7 +816,7 @@ static void signal_handlers(void) { } static void signal_restore_ctl_z(void) { -#ifdef _WIN32 +#ifndef _WIN32 signal( SIGTSTP , SIG_DFL); // ^Z #endif } |