Hello from mipsel

This commit is contained in:
phcoder 2009-10-10 13:30:14 +02:00
parent e27fbc80e4
commit de75aa3d67
8 changed files with 66 additions and 12 deletions

View file

@ -598,7 +598,7 @@ grub_vsprintf (char *str, const char *fmt, va_list args)
if (str)
*str++ = ch;
else
grub_putchar (ch);
grub_putchar (ch);
count++;
}