bugfix type

master-01022017
Harald Pichler 2016-12-04 16:09:55 +01:00
parent 4f7476c084
commit 938aa0db71
1 changed files with 1 additions and 1 deletions

View File

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