Fix gcc compile error
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 24 Nov 2011 03:33:29 +0000 (03:33 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 24 Nov 2011 03:33:29 +0000 (03:33 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39996 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-netflow.c

index 0bc323a984cbd2be176c7e7ca4c05f6c81de19d0..cb60889b206a39cf7e97c312f3bb58a89caa59e7 100644 (file)
@@ -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;