1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-10 06:02:57 +00:00

small correction

This commit is contained in:
Mitchell Livingston 2006-12-11 01:25:28 +00:00
parent 1a22401c36
commit ee37bbb335

View file

@ -26,7 +26,7 @@
static int charToInt( char character );
int charToInt( char character )
static int charToInt( char character )
{
int value = character - '0';