From: ntfreak at B. <nt...@ma...> - 2009-09-22 17:39:24
|
Author: ntfreak Date: 2009-09-22 17:39:23 +0200 (Tue, 22 Sep 2009) New Revision: 2748 Modified: trunk/src/flash/flash.c Log: - fix build issue under win32 (cygwin/msys) from svn r2746 Modified: trunk/src/flash/flash.c =================================================================== --- trunk/src/flash/flash.c 2009-09-22 14:50:46 UTC (rev 2747) +++ trunk/src/flash/flash.c 2009-09-22 15:39:23 UTC (rev 2748) @@ -560,7 +560,7 @@ } 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: " |