diff options
-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 */ |