[FFmpeg-cvslog] r13047 - trunk/libavcodec/acelp_math.h
diego
subversion
Sat May 3 16:15:29 CEST 2008
Author: diego
Date: Sat May 3 16:15:29 2008
New Revision: 13047
Log:
cosmetics: Consistently use C-style comments in #endif preprocessor directives.
Modified:
trunk/libavcodec/acelp_math.h
Modified: trunk/libavcodec/acelp_math.h
==============================================================================
--- trunk/libavcodec/acelp_math.h (original)
+++ trunk/libavcodec/acelp_math.h Sat May 3 16:15:29 2008
@@ -72,4 +72,4 @@ static int sum_of_squares(const int16_t*
return sum;
}
-#endif // FFMPEG_ACELP_MATH_H
+#endif /* FFMPEG_ACELP_MATH_H */
More information about the ffmpeg-cvslog
mailing list