Semicolons
This commit is contained in:
		
							parent
							
								
									3bfa954b4d
								
							
						
					
					
						commit
						f831de9c23
					
				@ -571,11 +571,11 @@ void Paint_DrawString(UWORD Xstart, UWORD Ystart, const char * pString,
 | 
				
			|||||||
    UWORD Ypoint = Ystart;
 | 
					    UWORD Ypoint = Ystart;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Debug("Width: ");
 | 
					    Debug("Width: ");
 | 
				
			||||||
    Debug(Paint.Width)
 | 
					    Debug(Paint.Width);
 | 
				
			||||||
    Debug("\n")
 | 
					    Debug("\n");
 | 
				
			||||||
    Debug("Height: ")
 | 
					    Debug("Height: ");
 | 
				
			||||||
    Debug(Paint.Height)
 | 
					    Debug(Paint.Height);
 | 
				
			||||||
    Debug("\n")
 | 
					    Debug("\n");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (Xstart > Paint.Width || Ystart > Paint.Height) {
 | 
					    if (Xstart > Paint.Width || Ystart > Paint.Height) {
 | 
				
			||||||
        Debug("Paint_DrawString_EN Input exceeds the normal display range\r\n");
 | 
					        Debug("Paint_DrawString_EN Input exceeds the normal display range\r\n");
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user