summaryrefslogtreecommitdiff
path: root/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
diff options
context:
space:
mode:
Diffstat (limited to 'pidl/lib/Parse/Pidl/Wireshark/Conformance.pm')
-rw-r--r--pidl/lib/Parse/Pidl/Wireshark/Conformance.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm b/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
index fbdaa9ab19c..f658831ddb0 100644
--- a/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
+++ b/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
@@ -269,9 +269,9 @@ sub handle_noemit($$$)
my ($pos,$data,$type) = @_;
if (defined($type)) {
- $data->{noemit}->{$type} = 1;
+ $data->{noemit}->{$type} = 1;
} else {
- $data->{noemit_dissector} = 1;
+ $data->{noemit_dissector} = 1;
}
}
@@ -284,7 +284,7 @@ sub handle_manual($$$)
return;
}
- $data->{manual}->{$fn} = 1;
+ $data->{manual}->{$fn} = 1;
}
sub handle_protocol($$$$$$)