From 88b162f5651a505aaa581fcb4420b8cecf4c370d Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sat, 24 Sep 2011 13:42:53 +0000 Subject: Make buildbot happy svn path=/trunk/; revision=39121 --- epan/dissectors/packet-smpp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-smpp.c') diff --git a/epan/dissectors/packet-smpp.c b/epan/dissectors/packet-smpp.c index ed367c52d8..e6e5f6a97e 100644 --- a/epan/dissectors/packet-smpp.c +++ b/epan/dissectors/packet-smpp.c @@ -2253,7 +2253,7 @@ query_broadcast_sm_resp(proto_tree *tree, tvbuff_t *tvb) static void huawei_auth_acc(proto_tree *tree, tvbuff_t *tvb) { - int.offset = 0; + int offset = 0; guint8 version = 0; smpp_handle_int1(tree, tvb, hf_huawei_smpp_version, &offset); -- cgit v1.2.3