1
0
Fork 0
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:
Mitchell Livingston 2012-01-11 22:31:02 +00:00
parent 57d273cd61
commit 3eb8b12fa8

View file

@ -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;