cosmetics: Use C-style comments in #endif directives.

Originally committed as revision 13442 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent b467be729e
commit 756a01f522
  1. 2
      libavcodec/acelp_vectors.h

@ -148,4 +148,4 @@ void ff_acelp_weighted_vector_sum(
int shift,
int length);
#endif // FFMPEG_ACELP_VECTORS_H
#endif /* FFMPEG_ACELP_VECTORS_H */

Loading…
Cancel
Save