1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-01 08:54:48 +02:00

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

Originally committed as revision 13174 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-05-15 23:03:55 +00:00
parent bcdab7e547
commit 26c5202173

View File

@ -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 */