From 26c520217300750cee241fcfc1f70a0c279b96a7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 15 May 2008 23:03:55 +0000 Subject: cosmetics: Use C-style comment delimiters with #endif directives. Originally committed as revision 13174 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/acelp_filters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/acelp_filters.h') diff --git a/libavcodec/acelp_filters.h b/libavcodec/acelp_filters.h index 8c06892..9e497ca 100644 --- a/libavcodec/acelp_filters.h +++ b/libavcodec/acelp_filters.h @@ -112,4 +112,4 @@ void ff_acelp_high_pass_filter( const int16_t* in, int length); -#endif // FFMPEG_ACELP_FILTERS_H +#endif /* FFMPEG_ACELP_FILTERS_H */ -- cgit v1.1