summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dmx-chan.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-dmx-chan.c')
-rw-r--r--epan/dissectors/packet-dmx-chan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dmx-chan.c b/epan/dissectors/packet-dmx-chan.c
index 9e7671f1ac..66e99c5915 100644
--- a/epan/dissectors/packet-dmx-chan.c
+++ b/epan/dissectors/packet-dmx-chan.c
@@ -76,7 +76,7 @@ dissect_dmx_chan(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_item *item;
guint16 length,r,c,row_count;
guint8 v;
- unsigned offset = 0;
+ guint offset = 0;
proto_tree *ti = proto_tree_add_item(tree, proto_dmx_chan, tvb, offset, -1, ENC_NA);
proto_tree *dmx_chan_tree = proto_item_add_subtree(ti, ett_dmx_chan);