1
0
Fork 0
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:
Nils Wallménius 2010-07-31 16:33:34 +00:00
parent 804437af56
commit 8be79a22fd

View file

@ -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 */