forked from len0rd/rockbox
skinparser lib: some const correctness and marking of local vars as 'static'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27635 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c9a3419b9e
commit
c2529c341d
4 changed files with 8 additions and 8 deletions
|
@ -466,7 +466,7 @@ static int skin_parse_tag(struct skin_element* element, char** document)
|
|||
|
||||
char tag_name[3];
|
||||
char* tag_args;
|
||||
struct tag_info *tag;
|
||||
const struct tag_info *tag;
|
||||
|
||||
int num_args = 1;
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue