summaryrefslogtreecommitdiffstats
path: root/test/repack.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/repack.c')
-rw-r--r--test/repack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/repack.c b/test/repack.c
index a2f4a97b83..6b492585b7 100644
--- a/test/repack.c
+++ b/test/repack.c
@@ -339,7 +339,7 @@ static bool try_draw_bmp(FILE *f, int imgfmt)
struct mp_image *dst = mp_image_alloc(imgfmt, 64, 64);
if (!dst)
- goto done;
+ goto done;
struct sub_bitmap sb = {
.bitmap = &(uint8_t[]){123},