summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-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 528ab3b81c..fc88709afa 100644
--- a/apps/recorder/bmp.c
+++ b/apps/recorder/bmp.c
@@ -206,7 +206,7 @@ static unsigned int read_part_line(struct bmp_args *ba)
uint8_t *ibuf;
struct uint8_rgb *buf = (struct uint8_rgb *)(ba->buf);
const struct uint8_rgb *palette = ba->palette;
- uint32_t component, data = data;
+ uint32_t component, data;
int ret;
int i, cols, len;