changeset 33357:5a5c875e7392

gui: Fix compilation without debug enabled.
author diego
date Sun, 08 May 2011 13:34:32 +0000
parents bf994e94e70a
children c9c9f015619b
files gui/skin/skin.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/skin/skin.c	Sun May 08 10:48:39 2011 +0000
+++ b/gui/skin/skin.c	Sun May 08 13:34:32 2011 +0000
@@ -151,9 +151,9 @@
 // end
 static int item_end(char *in)
 {
-#ifdef MP_DEBUG
     char *space, *name;
 
+#ifdef MP_DEBUG
     if (currWinName[0]) {
         space = " ";
         name  = currWinName;