diff gui/win32/skinload.c @ 33621:18b47d32b0d0

win32 gui: Mark debug function only used within the file as static.
author diego
date Wed, 22 Jun 2011 13:48:45 +0000
parents 565d6b4c90e9
children 16286ee1fc71
line wrap: on
line diff
--- a/gui/win32/skinload.c	Wed Jun 22 13:48:41 2011 +0000
+++ b/gui/win32/skinload.c	Wed Jun 22 13:48:45 2011 +0000
@@ -187,7 +187,7 @@
 }
 
 #ifdef DEBUG
-void dumpwidgets(skin_t *skin)
+static void dumpwidgets(skin_t *skin)
 {
     unsigned int i;
     for (i=0; i<skin->widgetcount; i++)