From 8ec95312b7fd899e211092c6293e3ea8ff94061c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Wed, 30 Sep 2009 15:03:39 +0000 Subject: Corrected hfinfo.ref_count -> hfinfo.ref_type. (how did this ever compile?) svn path=/trunk/; revision=30218 --- epan/wspython/wspy_proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/wspython') diff --git a/epan/wspython/wspy_proto.c b/epan/wspython/wspy_proto.c index 4ddc2a8bcd..04ed68fa98 100644 --- a/epan/wspython/wspy_proto.c +++ b/epan/wspython/wspy_proto.c @@ -70,7 +70,7 @@ void hf_register_info_add(hf_register_info *hf, guint8 index, hf[index].hfinfo.blurb = blurb; hf[index].hfinfo.id = 0; hf[index].hfinfo.parent = 0; - hf[index].hfinfo.ref_count = HF_REF_TYPE_NONE; + hf[index].hfinfo.ref_type = HF_REF_TYPE_NONE; hf[index].hfinfo.bitshift = 0; hf[index].hfinfo.same_name_next = NULL; hf[index].hfinfo.same_name_prev = NULL; -- cgit v1.2.3