summaryrefslogtreecommitdiff
path: root/lib/skin_parser/skin_debug.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-07-04 02:04:14 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-07-04 02:04:14 +0000
commitdc34785b18ee91b7705d96ab8bb3cc0b984b85fb (patch)
tree9352a4344fd872d3f51ea9df1acb027d60e77fe0 /lib/skin_parser/skin_debug.c
parent7cfb56484e692a687b12c0c1207ebfb2c579012c (diff)
downloadrockbox-dc34785b18ee91b7705d96ab8bb3cc0b984b85fb.tar.gz
rockbox-dc34785b18ee91b7705d96ab8bb3cc0b984b85fb.zip
s/SUBLINES/LINE_ALTERNATOR/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27271 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'lib/skin_parser/skin_debug.c')
-rw-r--r--lib/skin_parser/skin_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/skin_parser/skin_debug.c b/lib/skin_parser/skin_debug.c
index 496268f3cf..00d09aea7e 100644
--- a/lib/skin_parser/skin_debug.c
+++ b/lib/skin_parser/skin_debug.c
@@ -157,7 +157,7 @@ void skin_debug_tree(struct skin_element* root)
157 157
158 break; 158 break;
159 159
160 case SUBLINES: 160 case LINE_ALTERNATOR:
161 printf("[ Alternator on line %d with %d sublines \n", current->line, 161 printf("[ Alternator on line %d with %d sublines \n", current->line,
162 current->children_count); 162 current->children_count);
163 debug_indent_level++; 163 debug_indent_level++;