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

Pavel Chromy: add missing newlines.

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