summaryrefslogtreecommitdiff
path: root/libavcodec/acelp_filters.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-05-15 23:03:55 +0000
committerDiego Biurrun <diego@biurrun.de>2008-05-15 23:03:55 +0000
commit26c520217300750cee241fcfc1f70a0c279b96a7 (patch)
treefe1b60235ee44dd3651481dfa3836a546169eb17 /libavcodec/acelp_filters.h
parentbcdab7e5477c7cd7132733479f9e3836f8ee5686 (diff)
cosmetics: Use C-style comment delimiters with #endif directives.
Originally committed as revision 13174 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/acelp_filters.h')
-rw-r--r--libavcodec/acelp_filters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/acelp_filters.h b/libavcodec/acelp_filters.h
index 8c06892115..9e497caec6 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 */