nitpicking

This commit is contained in:
Egan Ford 2017-04-15 21:58:58 -06:00
parent 64c48974d4
commit 459acf0fb7
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -3,7 +3,7 @@
int main()
{
int i, j, k, linemap[24];
unsigned char screen[24][40];
char screen[24][40];
// build table
for(j=0,i=0;i<8;i++) {