fix compilation errors

This commit is contained in:
Amy G. Bowersox 2019-12-01 19:42:05 -07:00
parent 58ef012d44
commit eea6a5445d
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ int main(int argc, char *argv[])
/* temporary drawing here */
tmp = (char *)Fb_Ptr;
memset(tmp, 0xFF, Fb-Info->screenbytes / 2);
memset(tmp + (Fb-Info->screenbytes / 2), 0x1B, Fb-Info->screenbytes / 2);
memset(tmp, 0xFF, Fb_Info->screenbytes / 2);
memset(tmp + (Fb_Info->screenbytes / 2), 0x1B, Fb_Info->screenbytes / 2);
Log(LINFO, "System ready.");