1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00

formatting

This commit is contained in:
Mitchell Livingston 2006-12-16 20:05:20 +00:00
parent aa4eb92fbb
commit f79b141ab1

View file

@ -160,7 +160,7 @@ char * tr_clientForId( uint8_t * id )
if( !ret )
{
if (id[0] != 0)
if( id[0] != 0 )
{
asprintf( &ret, "unknown client (%c%c%c%c%c%c%c%c)",
id[0], id[1], id[2], id[3], id[4], id[5], id[6], id[7] );