summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-09-22 15:39:23 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-09-22 15:39:23 +0000
commit6521b75ec2ae41d641910209f0c61b98d34a0c94 (patch)
treea1e29eeb67120cda4022bff47557445ee3fe57da /src
parenta2a3620d355de1016398576452c62436ccfe6793 (diff)
downloadopenocd+libswd-6521b75ec2ae41d641910209f0c61b98d34a0c94.tar.gz
openocd+libswd-6521b75ec2ae41d641910209f0c61b98d34a0c94.tar.bz2
openocd+libswd-6521b75ec2ae41d641910209f0c61b98d34a0c94.tar.xz
openocd+libswd-6521b75ec2ae41d641910209f0c61b98d34a0c94.zip
- fix build issue under win32 (cygwin/msys) from svn r2746
git-svn-id: svn://svn.berlios.de/openocd/trunk@2748 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r--src/flash/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/flash.c b/src/flash/flash.c
index ef4f342c..4c123f8f 100644
--- a/src/flash/flash.c
+++ b/src/flash/flash.c
@@ -560,7 +560,7 @@ static int handle_flash_protect_check_command(struct command_context_s *cmd_ctx,
}
static int flash_check_sector_parameters(struct command_context_s *cmd_ctx,
- uint32_t first, uint32_t last, uint num_sectors)
+ uint32_t first, uint32_t last, uint32_t num_sectors)
{
if (!(first <= last)) {
command_print(cmd_ctx, "ERROR: "