From 3eb8b12fa803bf5992eb061395f3b269b5b47a35 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Wed, 11 Jan 2012 22:31:02 +0000 Subject: [PATCH] #4704 req->left = tr_cpLeftUntilComplete( &tor->completion ) should end with a semicolon --- libtransmission/announcer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/announcer.c b/libtransmission/announcer.c index cd7285f6a..d187d2c10 100644 --- a/libtransmission/announcer.c +++ b/libtransmission/announcer.c @@ -910,7 +910,7 @@ announce_request_new( const tr_announcer * announcer, req->up = tier->byteCounts[TR_ANN_UP]; req->down = tier->byteCounts[TR_ANN_DOWN]; req->corrupt = tier->byteCounts[TR_ANN_CORRUPT]; - req->left = tr_cpLeftUntilComplete( &tor->completion ), + req->left = tr_cpLeftUntilComplete( &tor->completion ); req->event = event; req->numwant = event == TR_ANNOUNCE_EVENT_STOPPED ? 0 : NUMWANT; req->key = announcer->key; -- 2.40.0