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
1 changed files with 1 additions and 1 deletions

View File

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