summaryrefslogtreecommitdiff
path: root/apps/recorder/bmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/bmp.c')
-rw-r--r--apps/recorder/bmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/bmp.c b/apps/recorder/bmp.c
index 403c34d951..f1fc1f83b4 100644
--- a/apps/recorder/bmp.c
+++ b/apps/recorder/bmp.c
@@ -603,7 +603,7 @@ int read_bmp_fd(int fd,
603 { 603 {
604 if (resize_on_load(bm, dither, &src_dim, &rset, 604 if (resize_on_load(bm, dither, &src_dim, &rset,
605 bitmap + totalsize, maxsize - totalsize, 605 bitmap + totalsize, maxsize - totalsize,
606 cformat, store_part_bmp, &ba)) 606 cformat, IF_PIX_FMT(0,) store_part_bmp, &ba))
607 return totalsize; 607 return totalsize;
608 else 608 else
609 return 0; 609 return 0;