mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
#4704 req->left = tr_cpLeftUntilComplete( &tor->completion ) should end with a semicolon
This commit is contained in:
parent
57d273cd61
commit
3eb8b12fa8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue