sparc32 merge 20 part 1

git-svn-id: svn://coreboot.org/openbios/openbios-devel@38 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Stefan Reinauer
2006-06-05 10:51:31 +00:00
parent deab0f7938
commit 1523f6fbf7
3 changed files with 10 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ scroll1( void )
int
console_draw_str( const char *str )
{
static char *ignore[] = { "[1;37m", "[2;40m", NULL };
static const char *ignore[] = { "[1;37m", "[2;40m", NULL };
int ch, y, x, i;
if( !cons.inited && console_init() )