From cda907435b737359ec5c085c9b82fee4c9063ad0 Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Fri, 8 May 2009 03:59:51 +0000 Subject: [PATCH] Fix red. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20872 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/resize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/recorder/resize.c b/apps/recorder/resize.c index 1852519958..5ecb5c24cf 100644 --- a/apps/recorder/resize.c +++ b/apps/recorder/resize.c @@ -640,7 +640,7 @@ void output_row_native(uint32_t row, void * row_in, #if defined(PLUGIN) && LCD_DEPTH > 1 unsigned int get_size_native(struct bitmap *bm) { - return BM_SIZE(bm->width,bm->height,FORMAT_NATIVE,FALSE); + return BM_SIZE(bm->width,bm->height,FORMAT_NATIVE,0); } const struct custom_format format_native = {