Cleanup: removal of obsolete semicolons
[fw/openocd] / src / target / dsp5680xx.c
index 8a58cab473e17ec2c89d94bcab7771cf7d845138..86458371fce8c34eca2fcde510afb7047445ad48 100644 (file)
@@ -1003,12 +1003,12 @@ static int dsp5680xx_poll(struct target *target)
                         __func__);
                target->state = TARGET_UNKNOWN;
                return ERROR_TARGET_FAILURE;
-       };
+       }
        if (target->state == TARGET_UNKNOWN) {
                LOG_ERROR("%s: Target status invalid - communication failure",
                          __func__);
                return ERROR_TARGET_FAILURE;
-       };
+       }
        return ERROR_OK;
 }