mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 18:31:57 +08:00
remove extra \n for _DBG_PRINTF
This commit is contained in:
@@ -2040,7 +2040,6 @@ int init_minigui_printf (int (*output_char) (int ch),
|
||||
do { \
|
||||
TCS_YELLOW (stderr); \
|
||||
fprintf (stderr, fmt, ##__VA_ARGS__); \
|
||||
fprintf (stderr, "\n"); \
|
||||
TCS_NONE (stderr); \
|
||||
} while (0)
|
||||
# else
|
||||
|
||||
Reference in New Issue
Block a user