1
0
Fork 0
forked from len0rd/rockbox

Theme Editor: Added a clear erros function to the parser

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26673 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-06-07 21:09:13 +00:00
parent 0e44ce9bed
commit 594d734143
5 changed files with 14 additions and 4 deletions

View file

@ -93,6 +93,12 @@ char* skin_error_message()
return error_message;
}
void skin_clear_errors()
{
error_line = 0;
error_message = NULL;
}
void skin_debug_tree(struct skin_element* root)
{
int i;