OSDN Git Service

cosmetics: Use C-style comment delimiters with #endif directives.
authorDiego Biurrun <diego@biurrun.de>
Thu, 15 May 2008 23:03:55 +0000 (23:03 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 15 May 2008 23:03:55 +0000 (23:03 +0000)
Originally committed as revision 13174 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/acelp_filters.h

index 8c06892..9e497ca 100644 (file)
@@ -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 */