aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-sminmpec.pl
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2010-09-28 03:31:03 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2010-09-28 03:31:03 +0000
commit34c9bd4fe639ab41d740ec9474d132ec48324d89 (patch)
tree317315e6088c9167f3c8a1130667d706075a3fd7 /tools/make-sminmpec.pl
parent2c3fe49a0329fbe5ac1373da6c5ad3ee54801e49 (diff)
The array sminmpec_values should not be declated static since it is
referenced from several dissectors svn path=/trunk/; revision=34269
Diffstat (limited to 'tools/make-sminmpec.pl')
-rwxr-xr-xtools/make-sminmpec.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-sminmpec.pl b/tools/make-sminmpec.pl
index 13c7c92608..2921c56ee0 100755
--- a/tools/make-sminmpec.pl
+++ b/tools/make-sminmpec.pl
@@ -133,7 +133,7 @@ print OUT <<"_SMINMPEC";
static const gchar sminmpec_unknown[] = "(Unknown)";
-static const value_string sminmpec_values[] = {
+const value_string sminmpec_values[] = {
$body { 0, NULL}
};