summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-05-01 19:34:11 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-05-01 19:34:11 +0000
commit9f27e0498e7275cb031d1e1f748ebfd76b37a1d7 (patch)
treeefdcbb01c6b22b348bd41e1d5ef0c620891f92c8 /src
parent33554304cf7c85218a17eae1bb089709745e4ea1 (diff)
Typo
Diffstat (limited to 'src')
-rw-r--r--src/httrack.c2
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
}