forked from len0rd/rockbox
plugins: another round of making local functions static
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30758 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2176fb38b6
commit
fe67a87885
17 changed files with 171 additions and 168 deletions
|
@ -120,7 +120,7 @@ static inline unsigned char get_cell(int x, int y, char *pgrid) {
|
|||
}
|
||||
|
||||
/* clear grid */
|
||||
void init_grid(char *pgrid){
|
||||
static void init_grid(char *pgrid){
|
||||
memset(pgrid, 0, GRID_W * GRID_H);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue