OSDN Git Service

cosmetics: Consistently use C-style comments in #endif preprocessor directives.
authorDiego Biurrun <diego@biurrun.de>
Sat, 3 May 2008 14:15:29 +0000 (14:15 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 3 May 2008 14:15:29 +0000 (14:15 +0000)
Originally committed as revision 13047 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/acelp_math.h

index ffc70c4..cab957e 100644 (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 */