summaryrefslogtreecommitdiff
path: root/lib/skin_parser/skin_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/skin_parser/skin_debug.c')
-rw-r--r--lib/skin_parser/skin_debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/skin_parser/skin_debug.c b/lib/skin_parser/skin_debug.c
index 549f7b9e6c..496268f3cf 100644
--- a/lib/skin_parser/skin_debug.c
+++ b/lib/skin_parser/skin_debug.c
@@ -99,6 +99,7 @@ void skin_clear_errors()
99 error_message = NULL; 99 error_message = NULL;
100} 100}
101 101
102#ifndef ROCKBOX
102void skin_debug_tree(struct skin_element* root) 103void skin_debug_tree(struct skin_element* root)
103{ 104{
104 int i; 105 int i;
@@ -260,3 +261,4 @@ void skin_debug_indent()
260 for(i = 0; i < debug_indent_level; i++) 261 for(i = 0; i < debug_indent_level; i++)
261 printf(" "); 262 printf(" ");
262} 263}
264#endif