From 1d7b9b547074830a844c85e85398b5d3f331d43b Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 28 Jul 2007 14:23:18 +0000 Subject: Names starting with underscores are reserved. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23890 b3059339-0415-0410-9bf9-f77b7e298cf2 --- codec-cfg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'codec-cfg.h') 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 */ -- cgit v1.2.3