diff options
author | mifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-02-23 12:02:15 +0000 |
---|---|---|
committer | mifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-02-23 12:02:15 +0000 |
commit | 86030196097cbf4ee66a2f50e4a2794aec483792 (patch) | |
tree | 55379a293fe2d03952e5130fb84bbc5fd2eb3565 /src | |
parent | b9bdac02514b305f7fb25d810054c99fa332f4a0 (diff) | |
download | openocd+libswd-86030196097cbf4ee66a2f50e4a2794aec483792.tar.gz openocd+libswd-86030196097cbf4ee66a2f50e4a2794aec483792.tar.bz2 openocd+libswd-86030196097cbf4ee66a2f50e4a2794aec483792.tar.xz openocd+libswd-86030196097cbf4ee66a2f50e4a2794aec483792.zip |
- added a test document as a starting point
- corrected URL information for the repro
git-svn-id: svn://svn.berlios.de/openocd/trunk@322 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r-- | src/openocd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openocd.c b/src/openocd.c index 99e56689..b636d06d 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -94,7 +94,7 @@ int main(int argc, char *argv[]) printf( "\n$URL$\n"); DEBUG( OPENOCD_VERSION ); - DEBUG( "$URL$"); + DEBUG( "$URL$");
cfg_cmd_ctx = copy_command_context(cmd_ctx); cfg_cmd_ctx->mode = COMMAND_CONFIG; |