mirror of
https://github.com/transmission/transmission
synced 2025-03-10 06:02:57 +00:00
small correction
This commit is contained in:
parent
1a22401c36
commit
ee37bbb335
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
static int charToInt( char character );
|
||||
|
||||
int charToInt( char character )
|
||||
static int charToInt( char character )
|
||||
{
|
||||
int value = character - '0';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue