From c04c44eefbcc9596a9a43a76d1c15aff9cedac9a Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Thu, 22 Nov 2018 15:28:04 +0800 Subject: [PATCH] remove extra \n for _DBG_PRINTF --- include/common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/common.h b/include/common.h index d5d740d9..ec7ebd83 100644 --- a/include/common.h +++ b/include/common.h @@ -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