Skip to content
Snippets Groups Projects
Commit fc925b63 authored by oharboe's avatar oharboe
Browse files

fixed newline gaffe in OUTPUT()

git-svn-id: svn://svn.berlios.de/openocd/trunk@382 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 2d48f25d
Branches
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment