Commit 20c9c8ee authored by Diego Biurrun's avatar Diego Biurrun

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

Originally committed as revision 13047 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f7cd9eed
...@@ -72,4 +72,4 @@ static int sum_of_squares(const int16_t* speech, int length, int offset, int shi ...@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment