From 20c9c8eec85c8851d72fd5b6009bec8a180a56d9 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 3 May 2008 14:15:29 +0000 Subject: [PATCH] cosmetics: Consistently use C-style comments in #endif preprocessor directives. Originally committed as revision 13047 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/acelp_math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/acelp_math.h b/libavcodec/acelp_math.h index ffc70c4ce5..cab957e292 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 */