Mercurial > mplayer.hg
changeset 23870:f8b5286f1df6
Names starting with underscores are reserved.
author | diego |
---|---|
date | Sat, 28 Jul 2007 14:23:18 +0000 |
parents | 06553231e592 |
children | 426c20bcfddf |
files | codec-cfg.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/codec-cfg.h Sat Jul 28 14:17:25 2007 +0000 +++ b/codec-cfg.h Sat Jul 28 14:23:18 2007 +0000 @@ -1,5 +1,5 @@ -#ifndef __CODEC_CFG_H -#define __CODEC_CFG_H +#ifndef CODEC_CFG_H +#define CODEC_CFG_H #define CODEC_CFG_MIN 20070407 @@ -70,4 +70,4 @@ void codecs_reset_selection(int audioflag); void codecs_uninit_free(void); -#endif +#endif /* CODEC_CFG_H */