Browse Source

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

Originally committed as revision 13442 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
756a01f522
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/acelp_vectors.h

+ 1
- 1
libavcodec/acelp_vectors.h View File

@@ -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