From f974f1faafb51e74f683cfe5e55255e980071592 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Thu, 2 Oct 2008 15:50:24 +0000
Subject: [PATCH] cosmetics: Change comment style for consistency.

Originally committed as revision 15513 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/g729data.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/g729data.h b/libavcodec/g729data.h
index 192eaa4ff08..d2ff262dd09 100644
--- a/libavcodec/g729data.h
+++ b/libavcodec/g729data.h
@@ -267,4 +267,4 @@ static const int16_t cb_ma_predictor[2][MA_NP][10] =
     { 3024,  1592,   940,  1631,  1723,  1579,  2034,  2084,  1913,  2601}
   }
 };
-#endif // AVCODEC_G729DATA_H
+#endif /* AVCODEC_G729DATA_H */
-- 
GitLab