Fix a typo.

This commit is contained in:
Markus Hitter 2010-09-26 01:39:13 +02:00
parent f6f2b7f44f
commit ba84d1de60
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ void scan_char(uint8_t c) {
case ' ':
case '\t':
case 10:
case 13;
case 13:
// ignore
break;
#endif