Skip to content

Commit 4a05e71

Browse files
author
diego
committed
Add missing multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30470 b3059339-0415-0410-9bf9-f77b7e298cf2
1 parent 5640ddf commit 4a05e71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cfg-mplayer-def.h

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
#ifndef MPLAYER_CFG_MPLAYER_DEF_H
2+
#define MPLAYER_CFG_MPLAYER_DEF_H
3+
14
static char* default_config=
25
"# Write your default config options here!\n"
36
"\n"
47
//"nosound=nem"
58
"\n";
69

10+
#endif /* MPLAYER_CFG_MPLAYER_DEF_H */

0 commit comments

Comments
 (0)