Mercurial > mplayer.hg
changeset 30428:1345f8cdfb00
Add missing multiple inclusion guards.
author | diego |
---|---|
date | Sat, 30 Jan 2010 23:20:10 +0000 |
parents | 946629f9b239 |
children | c1a3f1bbba26 |
files | cfg-mplayer-def.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-mplayer-def.h Sat Jan 30 23:01:32 2010 +0000 +++ b/cfg-mplayer-def.h Sat Jan 30 23:20:10 2010 +0000 @@ -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 */