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:
parent
0e44ce9bed
commit
594d734143
5 changed files with 14 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue