From e6c46122fb45b4bf246d1f1b06f21c9678771db5 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 19 Oct 2007 23:21:32 +0000 Subject: [PATCH] tyop fix --- cli/transmissioncli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/transmissioncli.c b/cli/transmissioncli.c index c9b048363..c2f02fd1a 100644 --- a/cli/transmissioncli.c +++ b/cli/transmissioncli.c @@ -276,7 +276,7 @@ int main( int argc, char ** argv ) if( manualUpdate ) { manualUpdate = 0; - if ( !tr_torrentCanManualUpdate( tor ) ) { + if ( !tr_torrentCanManualUpdate( tor ) ) fprintf( stderr, "\rReceived SIGHUP, but can't send a manual update now\n" ); else { fprintf( stderr, "\rReceived SIGHUP: manual update scheduled\n" );