mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +00:00
fix typo
This commit is contained in:
parent
f4438e6983
commit
496712a87d
1 changed files with 1 additions and 1 deletions
|
@ -1794,7 +1794,7 @@ tr_torrentSetInactiveLimitHitCallback( tr_torrent * tor,
|
|||
}
|
||||
|
||||
void
|
||||
tr_torrentClearInactivityLimitHitCallback( tr_torrent * torrent )
|
||||
tr_torrentClearInactiveLimitHitCallback( tr_torrent * torrent )
|
||||
{
|
||||
tr_torrentSetInactiveLimitHitCallback( torrent, NULL, NULL );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue