diff --git a/c/libs/GUI/GUI_Paint.c b/c/libs/GUI/GUI_Paint.c index 1c751d0..5138dde 100644 --- a/c/libs/GUI/GUI_Paint.c +++ b/c/libs/GUI/GUI_Paint.c @@ -571,11 +571,11 @@ void Paint_DrawString(UWORD Xstart, UWORD Ystart, const char * pString, UWORD Ypoint = Ystart; Debug("Width: "); - Debug(Paint.Width) - Debug("\n") - Debug("Height: ") - Debug(Paint.Height) - Debug("\n") + Debug(Paint.Width); + Debug("\n"); + Debug("Height: "); + Debug(Paint.Height); + Debug("\n"); if (Xstart > Paint.Width || Ystart > Paint.Height) { Debug("Paint_DrawString_EN Input exceeds the normal display range\r\n");