summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/flashdisk01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/flashdisk01/init.c')
-rw-r--r--testsuites/libtests/flashdisk01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/flashdisk01/init.c b/testsuites/libtests/flashdisk01/init.c
index 5ca6614e0c..3c6ffae1af 100644
--- a/testsuites/libtests/flashdisk01/init.c
+++ b/testsuites/libtests/flashdisk01/init.c
@@ -227,7 +227,7 @@ static int flashdisk_blank(
{
int eno = 0;
const uint8_t *current = get_data_pointer(sd, segment, offset);
- const uint8_t *end = current + size;;
+ const uint8_t *end = current + size;
while (eno == 0 && current != end) {
if (*current != 0xff) {