aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-06-21 16:12:03 +0200
committerMichael Mann <mmann78@netscape.net>2015-06-22 13:50:49 +0000
commitce40ea35b00a79f3e840320f288e1cf0093deaa8 (patch)
treef3e0773b2653f0ce87f01c042ccc8dad7fe31bfc /ui/gtk
parentc52dc98563db07f0bb152ca63304bf6e40682422 (diff)
service_response_time_table.h: fix parameter 'gui_data' not found in the function declaration [-Wdocumentation]
Change-Id: Ie214d654aa91b91da2a1435dce63a822e404669a Reviewed-on: https://code.wireshark.org/review/9010 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui/gtk')
-rw-r--r--ui/gtk/service_response_time_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/service_response_time_table.h b/ui/gtk/service_response_time_table.h
index e4b1fae979..5b34104fdd 100644
--- a/ui/gtk/service_response_time_table.h
+++ b/ui/gtk/service_response_time_table.h
@@ -71,7 +71,7 @@ void init_gtk_srt_table(srt_stat_table* rst, void* gui_data);
/** Draw the srt table data.
*
* @param rst the srt table
- * @param gui_data contains GTK specific data
+ * @param gtk_data contains GTK specific data
*/
void draw_srt_table_data(srt_stat_table *rst, gtk_srt_t* gtk_data);