summaryrefslogtreecommitdiff
path: root/src/httrack.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-05-13 14:52:48 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-05-13 14:52:48 +0000
commit695825fa84e47d141a74c2f91a5ca7a4b4f6655a (patch)
tree07080d29079025c07d2b507356d66d65d4506670 /src/httrack.c
parent73d25045f5a13101ded64db45eefefc260d3b397 (diff)
Fixed typo.
Diffstat (limited to 'src/httrack.c')
-rw-r--r--src/httrack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httrack.c b/src/httrack.c
index 3d4e8fb..61782b3 100644
--- a/src/httrack.c
+++ b/src/httrack.c
@@ -786,7 +786,7 @@ static void sig_leave( int code ) {
printf("\n** Finishing pending transfers.. press again ^C to quit.\n");
if (global_opt != NULL) {
// ask for stop
- hts_log_print(opt, LOG_ERROR, "Exit requested by shell or user");
+ hts_log_print(global_opt, LOG_ERROR, "Exit requested by shell or user");
global_opt->state.stop=1;
}
} else {