summaryrefslogtreecommitdiff
path: root/libavcodec/acelp_math.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-05-03 14:15:29 +0000
committerDiego Biurrun <diego@biurrun.de>2008-05-03 14:15:29 +0000
commit20c9c8eec85c8851d72fd5b6009bec8a180a56d9 (patch)
treeebde71304115ec74453a273539cd01cc394c55a1 /libavcodec/acelp_math.h
parentf7cd9eed5dd26335a16baae68075e944b61f1c7b (diff)
cosmetics: Consistently use C-style comments in #endif preprocessor directives.
Originally committed as revision 13047 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/acelp_math.h')
-rw-r--r--libavcodec/acelp_math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/acelp_math.h b/libavcodec/acelp_math.h
index ffc70c4ce5..cab957e292 100644
--- a/libavcodec/acelp_math.h
+++ b/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 */