diff options
| author | Andrew Mahone <andrew.mahone@gmail.com> | 2009-05-08 03:59:51 +0000 |
|---|---|---|
| committer | Andrew Mahone <andrew.mahone@gmail.com> | 2009-05-08 03:59:51 +0000 |
| commit | cda907435b737359ec5c085c9b82fee4c9063ad0 (patch) | |
| tree | b5bb98b86bb6ed790c2135277cf01b9c9b3472da | |
| parent | a75c72c169f64ecb0799934f1da148bdf497b8a9 (diff) | |
| download | rockbox-cda907435b737359ec5c085c9b82fee4c9063ad0.zip rockbox-cda907435b737359ec5c085c9b82fee4c9063ad0.tar.gz rockbox-cda907435b737359ec5c085c9b82fee4c9063ad0.tar.bz2 rockbox-cda907435b737359ec5c085c9b82fee4c9063ad0.tar.xz | |
Fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20872 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/recorder/resize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/resize.c b/apps/recorder/resize.c index 1852519..5ecb5c2 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 = { |