bugfix type

This commit is contained in:
Harald Pichler 2016-12-04 16:09:55 +01:00
parent 4f7476c084
commit 938aa0db71

View file

@ -262,7 +262,7 @@ revers(unsigned char c)
void void
console_cputc(char c) console_cputc(char c)
{ {
int ch = c; char ch = c;
/* usually ACS_* don't fit in a char */ /* usually ACS_* don't fit in a char */
switch (c) { switch (c) {