aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-rdaclif.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-dcerpc-rdaclif.c')
-rw-r--r--epan/dissectors/packet-dcerpc-rdaclif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcerpc-rdaclif.c b/epan/dissectors/packet-dcerpc-rdaclif.c
index d0e9037c54..e45f064bea 100644
--- a/epan/dissectors/packet-dcerpc-rdaclif.c
+++ b/epan/dissectors/packet-dcerpc-rdaclif.c
@@ -79,7 +79,7 @@ proto_register_rdaclif (void)
&ett_rdaclif,
};
proto_rdaclif =
- proto_register_protocol ("DCE/RPC Directory Acl Interface ", "rdaclif",
+ proto_register_protocol ("DCE/RPC Directory Acl Interface", "rdaclif",
"rdaclif");
proto_register_field_array (proto_rdaclif, hf, array_length (hf));
proto_register_subtree_array (ett, array_length (ett));