- fix build issue under win32 (cygwin/msys) from svn r2746
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 22 Sep 2009 15:39:23 +0000 (15:39 +0000)
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 22 Sep 2009 15:39:23 +0000 (15:39 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2748 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/flash/flash.c

index ef4f342c6e8df7996d821f85ad92c980d66dcd22..4c123f8fc88f80222364869c828177f9ce6b8db1 100644 (file)
@@ -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: "