diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-07-06 23:22:17 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-07-06 23:22:17 +0000 |
commit | 655e4f88a6b7fd82a570a17cf1219356f4587a37 (patch) | |
tree | b425d6598b3af3f1c672fb479679fb4be6b8e276 /src/target | |
parent | 163bd86071a90b77eb8b0e03927b0ed8908eb892 (diff) | |
download | openocd+libswd-655e4f88a6b7fd82a570a17cf1219356f4587a37.tar.gz openocd+libswd-655e4f88a6b7fd82a570a17cf1219356f4587a37.tar.bz2 openocd+libswd-655e4f88a6b7fd82a570a17cf1219356f4587a37.tar.xz openocd+libswd-655e4f88a6b7fd82a570a17cf1219356f4587a37.zip |
- fixed build issues with win32
- fixed build warnings for last commit
- set svn props for last commit
git-svn-id: svn://svn.berlios.de/openocd/trunk@760 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/target.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/target.c b/src/target/target.c index 86b42db2..da70f3ea 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -2671,4 +2671,3 @@ int handle_profile_command(struct command_context_s *cmd_ctx, char *cmd, char ** return ERROR_OK; } - |