(trunk, libT) #5163 'typo in tr_peerIoSupportsUTP()' -- fixed.

This commit is contained in:
Jordan Lee 2012-12-06 15:04:52 +00:00
parent 519feefcb4
commit cff58b1904
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ static inline bool tr_peerIoSupportsDHT (const tr_peerIo * io)
static inline bool tr_peerIoSupportsUTP (const tr_peerIo * io)
{
return io->dhtSupported;
return io->utpSupported;
}
/**