summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/openocd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openocd.c b/src/openocd.c
index c68bdfa3..43be9af5 100644
--- a/src/openocd.c
+++ b/src/openocd.c
@@ -90,8 +90,8 @@ int main(int argc, char *argv[])
return EXIT_FAILURE;
DEBUG("log init complete");
- OUTPUT( OPENOCD_VERSION );
- OUTPUT( "$URL$");
+ OUTPUT( OPENOCD_VERSION "\n" );
+ OUTPUT( "$URL$\n");
cfg_cmd_ctx = copy_command_context(cmd_ctx);
cfg_cmd_ctx->mode = COMMAND_CONFIG;