1
0
Fork 0
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:
Nils Wallménius 2010-07-31 11:28:37 +00:00
parent c9a3419b9e
commit c2529c341d
4 changed files with 8 additions and 8 deletions

View file

@ -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;