mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 17:46:22 +00:00
Fixed typo in error message.
svn-id: r19626
This commit is contained in:
parent
500d35f0aa
commit
7d4e3fe578
@ -156,7 +156,7 @@ static int SJIStoFMTChunk(int f, int s) { //converts sjis code to fmt font offse
|
|||||||
else if (kanjiType == EKANJI) chunk = 144;
|
else if (kanjiType == EKANJI) chunk = 144;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
error("Invaild Char! f %x s %x base %x c %d p %d", f, s, base, c, p);
|
error("Invalid Char! f %x s %x base %x c %d p %d", f, s, base, c, p);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user