mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
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
This commit is contained in:
parent
1929e47245
commit
8e2ff63a7e
7 changed files with 13 additions and 10 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue