mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
static/const/#include/tab police on various files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19643 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
87f88d25ba
commit
32c2f455d1
5 changed files with 501 additions and 498 deletions
|
|
@ -500,7 +500,8 @@ static inline bool scale_v_linear(struct rowset *rset,
|
|||
}
|
||||
#endif /* HAVE_UPSCALER */
|
||||
|
||||
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