fix compiling error with last commit

This commit is contained in:
Mitchell Livingston 2008-01-15 22:40:58 +00:00
parent d48f7a0026
commit ff833b37d6
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ tr_torrentRates( tr_handle * h, float * toClient, float * toPeer )
}
int
tr_torrentCount( tr_handle * h )
tr_torrentCount( const tr_handle * h )
{
return h->torrentCount;
}