[MPlayer-cvslog] r33709 - trunk/gui/win32/skinload.c

diego subversion at mplayerhq.hu
Wed Jun 22 15:48:46 CEST 2011


Author: diego
Date: Wed Jun 22 15:48:45 2011
New Revision: 33709

Log:
win32 gui: Mark debug function only used within the file as static.

Modified:
   trunk/gui/win32/skinload.c

Modified: trunk/gui/win32/skinload.c
==============================================================================
--- trunk/gui/win32/skinload.c	Wed Jun 22 15:48:41 2011	(r33708)
+++ trunk/gui/win32/skinload.c	Wed Jun 22 15:48:45 2011	(r33709)
@@ -187,7 +187,7 @@ static void freeimages(skin_t *skin)
 }
 
 #ifdef DEBUG
-void dumpwidgets(skin_t *skin)
+static void dumpwidgets(skin_t *skin)
 {
     unsigned int i;
     for (i=0; i<skin->widgetcount; i++)


More information about the MPlayer-cvslog mailing list