[MPlayer-cvslog] r30470 - trunk/cfg-mplayer-def.h

diego subversion at mplayerhq.hu
Sun Jan 31 00:20:10 CET 2010


Author: diego
Date: Sun Jan 31 00:20:10 2010
New Revision: 30470

Log:
Add missing multiple inclusion guards.

Modified:
   trunk/cfg-mplayer-def.h

Modified: trunk/cfg-mplayer-def.h
==============================================================================
--- trunk/cfg-mplayer-def.h	Sun Jan 31 00:01:32 2010	(r30469)
+++ trunk/cfg-mplayer-def.h	Sun Jan 31 00:20:10 2010	(r30470)
@@ -1,6 +1,10 @@
+#ifndef MPLAYER_CFG_MPLAYER_DEF_H
+#define MPLAYER_CFG_MPLAYER_DEF_H
+
 static char* default_config=
 "# Write your default config options here!\n"
 "\n"
 //"nosound=nem"
 "\n";
 
+#endif /* MPLAYER_CFG_MPLAYER_DEF_H */


More information about the MPlayer-cvslog mailing list