From 4ea5358b3bd0f7d7f0c084f5ba850bad06eb00bd Mon Sep 17 00:00:00 2001 From: wmeier Date: Thu, 24 Nov 2011 03:33:29 +0000 Subject: [PATCH] Fix gcc compile error git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39996 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-netflow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-netflow.c b/epan/dissectors/packet-netflow.c index 0bc323a984..cb60889b20 100644 --- a/epan/dissectors/packet-netflow.c +++ b/epan/dissectors/packet-netflow.c @@ -5432,7 +5432,7 @@ v9_v10_tmplt_table_equal(gconstpointer k1, gconstpointer k2) ); } -static int +static guint v9_v10_tmplt_table_hash(gconstpointer k) { const v9_v10_tmplt_t *tmplt_p = k; -- 2.34.1