Merge branch '2021-04-11-remove-non-migrated-boards'
[platform/kernel/u-boot.git] / tools / img2srec.c
index ec76964..75efd76 100644 (file)
@@ -112,7 +112,7 @@ static char* ExtractDecimal (uint32_t* value,  char* getPtr)
 
 static void ExtractNumber (uint32_t* value,  char* getPtr)
 {
-  bool  neg = false;;
+  bool  neg = false;
 
   while (*getPtr == ' ') getPtr++;
   if (*getPtr == '-') {