aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-10-03 17:22:47 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-10-03 17:22:47 +0000
commit838c1b337b1c28bbfeec80d4232c3cc67bdfde40 (patch)
treee406beb0eb4310aa1a9021bbf3fdc7454edb19dd /epan
parent797c14088704f6c0b8cf9d1a8252ed40db526c2d (diff)
Fix a typo
svn path=/trunk/; revision=39245
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-smb2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-smb2.c b/epan/dissectors/packet-smb2.c
index 40bbe13b84..c589c1d879 100644
--- a/epan/dissectors/packet-smb2.c
+++ b/epan/dissectors/packet-smb2.c
@@ -1596,7 +1596,7 @@ dissect_smb2_file_disposition_info(tvbuff_t *tvb, packet_info *pinfo _U_, proto_
}
/* file disposition */
- proto_tree_add_item(tree, hf_smb2_disposition_delete_on_close, tvb, offset, 1, ENC_LITTLE_ENDIAN););
+ proto_tree_add_item(tree, hf_smb2_disposition_delete_on_close, tvb, offset, 1, ENC_LITTLE_ENDIAN);
return offset;
}