summaryrefslogtreecommitdiff
path: root/lib/skin_parser/skin_debug.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2012-03-15 23:26:07 +1100
committerJonathan Gordon <rockbox@jdgordon.info>2012-03-15 23:26:07 +1100
commit5edae54e0d11e810040380aace455af7ec7c8d08 (patch)
tree069ff654d79817ea14ad249d6995e2cad8e71374 /lib/skin_parser/skin_debug.c
parent182a6c80ba4418f0244a28c932a2b36c61defd0b (diff)
downloadrockbox-5edae54e0d11e810040380aace455af7ec7c8d08.tar.gz
rockbox-5edae54e0d11e810040380aace455af7ec7c8d08.zip
skin_engine: Reenable skin debugging in the sim (use --debugwps)
Change-Id: I2881edda45cd3ea69f5284d93bc93c47bb63b3f2
Diffstat (limited to 'lib/skin_parser/skin_debug.c')
-rw-r--r--lib/skin_parser/skin_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/skin_parser/skin_debug.c b/lib/skin_parser/skin_debug.c
index ecf238f1b1..9537182341 100644
--- a/lib/skin_parser/skin_debug.c
+++ b/lib/skin_parser/skin_debug.c
@@ -283,7 +283,7 @@ void skin_debug_params(int count, struct skin_tag_parameter params[])
283 } 283 }
284} 284}
285 285
286void skin_debug_indent() 286void skin_debug_indent(void)
287{ 287{
288 int i; 288 int i;
289 for(i = 0; i < debug_indent_level; i++) 289 for(i = 0; i < debug_indent_level; i++)
@@ -293,7 +293,7 @@ void skin_debug_indent()
293#endif 293#endif
294 294
295#define MIN(a,b) ((a<b)?(a):(b)) 295#define MIN(a,b) ((a<b)?(a):(b))
296void skin_error_format_message() 296void skin_error_format_message(void)
297{ 297{
298 int i; 298 int i;
299 char text[128]; 299 char text[128];