aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/file-tiff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/file-tiff.c b/epan/dissectors/file-tiff.c
index 28c365c7db..e23c430563 100644
--- a/epan/dissectors/file-tiff.c
+++ b/epan/dissectors/file-tiff.c
@@ -791,7 +791,6 @@ dissect_tiff_ifd(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, guint3
proto_tree_add_item(ifd_tree, hf_tiff_ifd_next, tvb, offset, 4, encoding);
guint32 ifd_next = tvb_get_guint32(tvb, offset, encoding);
- offset += 4;
return ifd_next;
}