fix compilation errors
This commit is contained in:
		
							parent
							
								
									58ef012d44
								
							
						
					
					
						commit
						eea6a5445d
					
				@ -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.");
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user