From caf73525f32702550117da2552378d0021f54d52 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Thu, 28 Aug 2014 18:49:03 +0200 Subject: Fix parameter 'key' not found in the function declaration (-Wdocumentation) Change-Id: Ie7f3e192d8980968da15921a8497153506df1fde Reviewed-on: https://code.wireshark.org/review/3903 Reviewed-by: Evan Huus --- epan/conversation_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/conversation_table.c') diff --git a/epan/conversation_table.c b/epan/conversation_table.c index b3c90e5b7a..bd39b824f2 100644 --- a/epan/conversation_table.c +++ b/epan/conversation_table.c @@ -216,7 +216,7 @@ register_ct_t *get_conversation_table_by_num(guint table_num) /** Compute the hash value for two given address/port pairs. * (Parameter type is gconstpointer for GHashTable compatibility.) * - * @param key Conversation. MUST point to a conv_key_t struct. + * @param v Conversation Key. MUST point to a conv_key_t struct. * @return Computed key hash. */ static guint -- cgit v1.2.3