diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-13 14:52:48 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-13 14:52:48 +0000 |
commit | 695825fa84e47d141a74c2f91a5ca7a4b4f6655a (patch) | |
tree | 07080d29079025c07d2b507356d66d65d4506670 /src | |
parent | 73d25045f5a13101ded64db45eefefc260d3b397 (diff) |
Fixed 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 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 { |