aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate_parser.l
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-04-16 18:22:48 -0700
committerGuy Harris <guy@alum.mit.edu>2017-04-17 01:23:19 +0000
commit0cc454359cadcb0ff2f11e53c39f50367254412e (patch)
treea38b9eb2a48b6c45adaa32bcf8fb7996e995f050 /plugins/mate/mate_parser.l
parentdae108837fc1d9c48eefbcc7feeff607c26e0a4e (diff)
Consistently call mate_config pointers "mc".
Some routines had "matecfg", some had "mc"; be a bit more consistent. Change-Id: I3406488315483fb281ebc3fb8a23e9e1b2104a14 Reviewed-on: https://code.wireshark.org/review/21152 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'plugins/mate/mate_parser.l')
-rw-r--r--plugins/mate/mate_parser.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mate/mate_parser.l b/plugins/mate/mate_parser.l
index b0b857ec2d..cf0e599de5 100644
--- a/plugins/mate/mate_parser.l
+++ b/plugins/mate/mate_parser.l
@@ -89,7 +89,7 @@
#pragma warning (disable:4018)
#endif
- void MateParser(void*,int, gchar*, mate_config* matecfg);
+ void MateParser(void*, int, gchar*, mate_config*);
#if (GLIB_MAJOR_VERSION > 2 || (GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION >= 16))
void *MateParserAlloc(void *(*)(gsize));
#else