aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/G711u
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2018-04-30 09:47:58 +0200
committerAnders Broman <a.broman58@gmail.com>2018-05-01 06:56:37 +0000
commit14720ace0666695a07c9e2394e14337476691e21 (patch)
treef1b6495fb851b30f5b19c58c8177d826d91896ea /codecs/G711u
parent488c831790405ac254ecbecb045c59b562cb4531 (diff)
Fix comment end after SPDX identifier
Move */ to a separate line below the SPDX identifier. Change-Id: Id1032215449cfccae0933147b45e04b65e0b727f Reviewed-on: https://code.wireshark.org/review/27211 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'codecs/G711u')
-rw-r--r--codecs/G711u/G711udecode.c3
-rw-r--r--codecs/G711u/G711udecode.h3
-rw-r--r--codecs/G711u/G711utable.h3
3 files changed, 6 insertions, 3 deletions
diff --git a/codecs/G711u/G711udecode.c b/codecs/G711u/G711udecode.c
index d235a3bc10..6cf607627b 100644
--- a/codecs/G711u/G711udecode.c
+++ b/codecs/G711u/G711udecode.c
@@ -5,7 +5,8 @@
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
- * SPDX-License-Identifier: GPL-2.0-or-later*/
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
#include "config.h"
diff --git a/codecs/G711u/G711udecode.h b/codecs/G711u/G711udecode.h
index dedf2bf451..11720e1544 100644
--- a/codecs/G711u/G711udecode.h
+++ b/codecs/G711u/G711udecode.h
@@ -5,7 +5,8 @@
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
- * SPDX-License-Identifier: GPL-2.0-or-later*/
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
#ifndef __CODECS_G711UDECODE_H__
#define __CODECS_G711UDECODE_H__
diff --git a/codecs/G711u/G711utable.h b/codecs/G711u/G711utable.h
index 548dc3e573..04f73c2d9d 100644
--- a/codecs/G711u/G711utable.h
+++ b/codecs/G711u/G711utable.h
@@ -5,7 +5,8 @@
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
- * SPDX-License-Identifier: GPL-2.0-or-later*/
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
gint16 ulaw_exp_table[256] = {
-32124,-31100,-30076,-29052,-28028,-27004,-25980,-24956,