summaryrefslogtreecommitdiff
path: root/apps/recorder/resize.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/resize.c')
-rw-r--r--apps/recorder/resize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/resize.c b/apps/recorder/resize.c
index 3a0ad8d75b..bae72c8113 100644
--- a/apps/recorder/resize.c
+++ b/apps/recorder/resize.c
@@ -858,7 +858,7 @@ int resize_on_load(struct bitmap *bm, bool dither, struct dim *src,
858#endif 858#endif
859 if (format) 859 if (format)
860#endif 860#endif
861#if defined(HAVE_LCD_COLOR) && (defined(HAVE_JPEG) || defined(PLUGIN)) 861#ifdef HAVE_LCD_COLOR
862 ctx.output_row = format->output_row_32[format_index]; 862 ctx.output_row = format->output_row_32[format_index];
863#else 863#else
864 ctx.output_row = format->output_row_32; 864 ctx.output_row = format->output_row_32;