1
0
Fork 0
forked from len0rd/rockbox

s/SUBLINES/LINE_ALTERNATOR/

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27271 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-07-04 02:04:14 +00:00
parent 7cfb56484e
commit dc34785b18
4 changed files with 10 additions and 10 deletions

View file

@ -157,7 +157,7 @@ void skin_debug_tree(struct skin_element* root)
break;
case SUBLINES:
case LINE_ALTERNATOR:
printf("[ Alternator on line %d with %d sublines \n", current->line,
current->children_count);
debug_indent_level++;