From dc34785b18ee91b7705d96ab8bb3cc0b984b85fb Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 4 Jul 2010 02:04:14 +0000 Subject: s/SUBLINES/LINE_ALTERNATOR/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27271 a1c6a512-1295-4272-9138-f99709370657 --- lib/skin_parser/skin_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/skin_parser/skin_debug.c') 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) break; - case SUBLINES: + case LINE_ALTERNATOR: printf("[ Alternator on line %d with %d sublines \n", current->line, current->children_count); debug_indent_level++; -- cgit v1.2.3