bugfix type
This commit is contained in:
parent
4f7476c084
commit
938aa0db71
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue