fix formatting

This commit is contained in:
Dave Murphy 2014-12-13 03:07:41 +00:00
parent 5c64201fa5
commit b05f574889

View File

@ -45,19 +45,19 @@ PrintConsole defaultConsole =
128 //number of characters in the font set 128 //number of characters in the font set
}, },
(u16*)NULL, (u16*)NULL,
0,0, //cursorX cursorY 0,0, //cursorX cursorY
0,0, //prevcursorX prevcursorY 0,0, //prevcursorX prevcursorY
40, //console width 40, //console width
30, //console height 30 //console height
0, //window x 0, //window x
0, //window y 0, //window y
40, //window width 40, //window width
30, //window height 30, //window height
3, //tab size 3, //tab size
7, // foreground color 7, // foreground color
0, // background color 0, // background color
0, // flags 0, // flags
0, //print callback 0, //print callback
false //console initialized false //console initialized
}; };