mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk libT) fix variable name oops
This commit is contained in:
@@ -254,7 +254,7 @@ void tr_timevalSet( struct timeval * setme, int seconds, int microseconds );
|
||||
|
||||
struct event;
|
||||
|
||||
void tr_timerAdd( struct event * timer, int seconds, int milliseconds );
|
||||
void tr_timerAdd( struct event * timer, int seconds, int microseconds );
|
||||
|
||||
|
||||
/** @brief return the current date in milliseconds */
|
||||
|
||||
Reference in New Issue
Block a user