aboutsummaryrefslogtreecommitdiffstats
path: root/usbblaster_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'usbblaster_spi.c')
-rw-r--r--usbblaster_spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usbblaster_spi.c b/usbblaster_spi.c
index 46de86c8..58a8a0e3 100644
--- a/usbblaster_spi.c
+++ b/usbblaster_spi.c
@@ -160,7 +160,7 @@ static int send_read(unsigned int readcnt, unsigned char *readarr)
return -1;
}
n_read -= payload_size;
- };
+ }
n_read = readcnt;
while (n_read) {