mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
fix compiling error with last commit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user