fix r4608 oops

This commit is contained in:
Charles Kerr 2008-01-11 02:40:32 +00:00
parent 39b1db460d
commit fe9cabbe4b
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ tr_peerIoDrain( tr_peerIo * io,
}
int
tr_peerGetAge( const tr_peerIo * io )
tr_peerIoGetAge( const tr_peerIo * io )
{
return time( NULL ) - io->timeCreated;
}