summaryrefslogtreecommitdiffstats
path: root/dediprog.c
diff options
context:
space:
mode:
Diffstat (limited to 'dediprog.c')
-rw-r--r--dediprog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dediprog.c b/dediprog.c
index 146b3e7d6..c4d5c9ddd 100644
--- a/dediprog.c
+++ b/dediprog.c
@@ -505,8 +505,8 @@ static int dediprog_spi_bulk_read(struct flashctx *flash, uint8_t *buf, unsigned
if (!transfers[i]) {
msg_perr("Allocating libusb transfer %i failed: %s!\n", i, libusb_error_name(ret));
goto err_free;
- }
- }
+ }
+ }
/* Now transfer requested chunks using libusb's asynchronous interface. */
while (!status.error && (status.queued_idx < count)) {