diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-05-03 14:15:29 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-03 14:15:29 +0000 |
commit | 20c9c8eec85c8851d72fd5b6009bec8a180a56d9 (patch) | |
tree | ebde71304115ec74453a273539cd01cc394c55a1 | |
parent | f7cd9eed5dd26335a16baae68075e944b61f1c7b (diff) | |
download | ffmpeg-20c9c8eec85c8851d72fd5b6009bec8a180a56d9.tar.gz |
cosmetics: Consistently use C-style comments in #endif preprocessor directives.
Originally committed as revision 13047 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/acelp_math.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |