diff options
-rw-r--r-- | source4/build/pidl/eparser.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/pidl/eparser.pm b/source4/build/pidl/eparser.pm index 420668109d..3cb71a6c7e 100644 --- a/source4/build/pidl/eparser.pm +++ b/source4/build/pidl/eparser.pm @@ -225,6 +225,7 @@ sub ParseTypedef($) $res .= "static int prs_$typedef->{NAME}(tvbuff_t *tvb, int offset,\ \tpacket_info *pinfo, proto_tree *tree, int flags, char *name)\n{\n"; ParseType($typedef->{DATA}); + $res .= "\treturn offset;\n"; $res .= "}\n\n"; } |