CAPWAP: fix indent typo
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Thu, 28 Jan 2016 10:23:04 +0000 (11:23 +0100)
committerMichael Mann <mmann78@netscape.net>
Sun, 31 Jan 2016 01:21:53 +0000 (01:21 +0000)
Change-Id: Iae736048a17d2aae75f7ec7dcc516e86aa05f6bc
Reviewed-on: https://code.wireshark.org/review/13574
Reviewed-by: Michael Mann <mmann78@netscape.net>
epan/dissectors/packet-capwap.c

index 38fa4b2a41b730c07d2d2f9c17dda155ae190658..c51d15d2eceaf91a68433c2725818f6f8bd5e2e3 100644 (file)
@@ -1,6 +1,6 @@
 /* packet-capwap.c
- * Routines for CAPWAP dissection (RFC 5415 / RFC5416)
- * Copyright 2009,  Alexis La Goutte <alexis.lagoutte at gmail dot com>
+ * Routines for CAPWAP dissection (RFC 5415 / RFC 5416)
+ * Copyright 2009, Alexis La Goutte <alexis.lagoutte at gmail dot com>
  *
  * Wireshark - Network traffic analyzer
  * By Gerald Combs <gerald@wireshark.org>
@@ -1514,7 +1514,7 @@ static const value_string fortinet_element_id_vals[] = {
     { VSP_FORTINET_COEXT, "Coext" },
     { VSP_FORTINET_AMSDU, "AMSDU" },
     { VSP_FORTINET_PS_OPT, "PS OPT" },
-    { VSP_FORTINET_PURE, "Pure "},
+    { VSP_FORTINET_PURE, "Pure},
     { VSP_FORTINET_EBP_TAG, "EBP Tag" },
     { VSP_FORTINET_TELNET_ENABLE, "Telnet Enable" },
     { VSP_FORTINET_ADMIN_PASSWD, "Admin Password" },