(trunk libT) fix variable name oops

This commit is contained in:
Charles Kerr
2009-11-26 16:53:45 +00:00
parent 178edb73eb
commit 931afc7d2a
2 changed files with 3 additions and 3 deletions

View File

@@ -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 */