summaryrefslogtreecommitdiffstats
path: root/board/cogent/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cogent/flash.c')
-rw-r--r--board/cogent/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cogent/flash.c b/board/cogent/flash.c
index 207380f099..d4ae4d0a3c 100644
--- a/board/cogent/flash.c
+++ b/board/cogent/flash.c
@@ -487,7 +487,7 @@ flash_erase(flash_info_t *info, int s_first, int s_last)
if (haderr > 0) {
printf (" failed\n");
- rcode = 1;
+ rcode = 1;
}
else
printf (" done\n");
OpenPOWER on IntegriCloud