small correction

This commit is contained in:
Mitchell Livingston 2006-12-11 01:25:28 +00:00
parent 1a22401c36
commit ee37bbb335
1 changed files with 1 additions and 1 deletions

View File

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