From 591fbd629ef5fcff874a5cca8a9edd094f0c9ea4 Mon Sep 17 00:00:00 2001
From: Rostislav Pehlivanov <atomnuker@gmail.com>
Date: Fri, 27 Nov 2015 15:36:57 +0000
Subject: [PATCH] aactab.h: fix comment

Previous commit broke it.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
---
 libavcodec/aactab.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h
index 13c06077455..e7d5d486ef6 100644
--- a/libavcodec/aactab.h
+++ b/libavcodec/aactab.h
@@ -38,8 +38,8 @@
 #include <stdint.h>
 
 /* NOTE:
- * Tables in this file are shared by the AAC decoders and encoder */
-*/
+ * Tables in this file are shared by the AAC decoders and encoder
+ */
 
 extern AVOnce aac_table_init; /* Protects ff_aac_tableinit() */
 
-- 
GitLab