From 5edae54e0d11e810040380aace455af7ec7c8d08 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 15 Mar 2012 23:26:07 +1100 Subject: skin_engine: Reenable skin debugging in the sim (use --debugwps) Change-Id: I2881edda45cd3ea69f5284d93bc93c47bb63b3f2 --- lib/skin_parser/skin_debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 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[]) } } -void skin_debug_indent() +void skin_debug_indent(void) { int i; for(i = 0; i < debug_indent_level; i++) @@ -293,7 +293,7 @@ void skin_debug_indent() #endif #define MIN(a,b) ((a