cosmetics: Consistently use C-style comments in #endif preprocessor directives.

Originally committed as revision 13047 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent f7cd9eed5d
commit 20c9c8eec8
  1. 2
      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 */

Loading…
Cancel
Save