diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-07-28 14:23:18 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-07-28 14:23:18 +0000 |
commit | 1d7b9b547074830a844c85e85398b5d3f331d43b (patch) | |
tree | e6742398795f9fb96996da7450b957ddea8e0b95 | |
parent | 65d255364523933f53b45f47b08f61330f15890d (diff) |
Names starting with underscores are reserved.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23890 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | codec-cfg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/codec-cfg.h b/codec-cfg.h index 947401def5..f2755f7d2c 100644 --- a/codec-cfg.h +++ b/codec-cfg.h @@ -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 list_codecs(int audioflag); void codecs_reset_selection(int audioflag); void codecs_uninit_free(void); -#endif +#endif /* CODEC_CFG_H */ |