aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/mime_file.c
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 /wiretap/mime_file.c
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 'wiretap/mime_file.c')
-rw-r--r--wiretap/mime_file.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/wiretap/mime_file.c b/wiretap/mime_file.c
index ca15314234..7a47695f47 100644
--- a/wiretap/mime_file.c
+++ b/wiretap/mime_file.c
@@ -12,7 +12,9 @@
* off to heuristic dissectors to try to identify the file's contents.
*
* Wiretap Library
-* SPDX-License-Identifier: GPL-2.0-or-later*/
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
#include "config.h"