From: Diego Biurrun Date: Sat, 3 May 2008 14:15:29 +0000 (+0000) Subject: cosmetics: Consistently use C-style comments in #endif preprocessor directives. X-Git-Tag: v0.5~4890 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=20c9c8eec85c8851d72fd5b6009bec8a180a56d9;p=coroid%2Fffmpeg_saccubus.git cosmetics: Consistently use C-style comments in #endif preprocessor directives. Originally committed as revision 13047 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/acelp_math.h b/libavcodec/acelp_math.h index ffc70c4ce..cab957e29 100644 --- a/libavcodec/acelp_math.h +++ b/libavcodec/acelp_math.h @@ -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 */