1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-19 02:41:38 +02:00

cosmetics: Consistently use C-style comments in #endif preprocessor directives.

Originally committed as revision 13047 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-05-03 14:15:29 +00:00
parent f7cd9eed5d
commit 20c9c8eec8

View File

@ -72,4 +72,4 @@ static int sum_of_squares(const int16_t* speech, int length, int offset, int shi
return sum; return sum;
} }
#endif // FFMPEG_ACELP_MATH_H #endif /* FFMPEG_ACELP_MATH_H */