forked from len0rd/rockbox
skinparser lib: even more const correctness, should fix checkwps, again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27643 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
804437af56
commit
8be79a22fd
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ extern char* skin_start;
|
|||
/* Global error variables */
|
||||
int error_line;
|
||||
int error_col;
|
||||
char *error_line_start;
|
||||
const char *error_line_start;
|
||||
char* error_message;
|
||||
|
||||
/* Debugging functions */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue