Fix a typo

svn path=/trunk/; revision=39245
This commit is contained in:
Anders Broman 2011-10-03 17:22:47 +00:00
parent 797c140887
commit 838c1b337b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}