mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
fixed newline gaffe in OUTPUT()
git-svn-id: svn://svn.berlios.de/openocd/trunk@382 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -112,7 +112,7 @@ extern int debug_level;
|
||||
|
||||
#define OUTPUT(expr ...) \
|
||||
do { \
|
||||
log_printfnl (LOG_OUTPUT, __FILE__, __LINE__, __FUNCTION__, expr); \
|
||||
log_printf (LOG_OUTPUT, __FILE__, __LINE__, __FUNCTION__, expr); \
|
||||
} while(0)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user