Changeset 7455 for branches/1.4x/libtransmission/bencode-test.c
- Timestamp:
- Dec 22, 2008, 12:51:14 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4x/libtransmission/bencode-test.c
r6842 r7455 397 397 int i; 398 398 399 if( ( i = testInt( ) ))399 if(( i = testInt( ))) 400 400 return i; 401 401 402 if( ( i = testStr( ) ))402 if(( i = testStr( ))) 403 403 return i; 404 404 405 if( ( i = testParse( ) ))405 if(( i = testParse( ))) 406 406 return i; 407 407 408 if( ( i = testJSON( ) ))408 if(( i = testJSON( ))) 409 409 return i; 410 410
Note: See TracChangeset
for help on using the changeset viewer.