From 8e2ff63a7e1f7c493d867c8b4982feacf6f781ca Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 31 Jan 2009 23:51:11 +0000 Subject: Various files: make function implementations consistent with their declaration in the header file or static if they're local. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19892 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/resize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/recorder/resize.c b/apps/recorder/resize.c index 235e071f7b..55b8f77ca9 100644 --- a/apps/recorder/resize.c +++ b/apps/recorder/resize.c @@ -508,7 +508,7 @@ static inline bool scale_v_linear(struct rowset *rset, #endif /* HAVE_UPSCALER */ #ifndef PLUGIN -void output_row_native(uint32_t row, void * row_in, struct scaler_context *ctx) +static void output_row_native(uint32_t row, void * row_in, struct scaler_context *ctx) { int col; int fb_width = BM_WIDTH(ctx->bm->width,FORMAT_NATIVE,0); -- cgit v1.2.3