cosmetics: Use C-style comment delimiters with #endif directives.

Originally committed as revision 13174 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent bcdab7e547
commit 26c5202173
  1. 2
      libavcodec/acelp_filters.h

@ -112,4 +112,4 @@ void ff_acelp_high_pass_filter(
const int16_t* in, const int16_t* in,
int length); int length);
#endif // FFMPEG_ACELP_FILTERS_H #endif /* FFMPEG_ACELP_FILTERS_H */

Loading…
Cancel
Save