aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/help_dlg.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-01 17:33:37 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-01 17:33:37 +0000
commit24ed92654f74fd029a77d384c8090bb45460eb8b (patch)
tree3814bde632cb726445e9ef78e7299d877616bce3 /gtk/help_dlg.c
parentfe77b074e012fe4b260155fcc0defbeaab094daf (diff)
add details for doxygen, various code cleanups as a result of this
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11052 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/help_dlg.c')
-rw-r--r--gtk/help_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/help_dlg.c b/gtk/help_dlg.c
index f1e9777a97..53920b31b4 100644
--- a/gtk/help_dlg.c
+++ b/gtk/help_dlg.c
@@ -1,6 +1,6 @@
/* help_dlg.c
*
- * $Id: help_dlg.c,v 1.54 2004/05/30 11:54:37 ulfl Exp $
+ * $Id: help_dlg.c,v 1.55 2004/06/01 17:33:36 ulfl Exp $
*
* Laurent Deniel <laurent.deniel@free.fr>
*
@@ -237,7 +237,7 @@ void help_cb(GtkWidget *w _U_, gpointer data _U_)
* Open the help dialog and show a specific help page.
*/
-void help_topic_cb(GtkWidget *w _U_, gpointer data _U_) {
+void help_topic_cb(GtkWidget *w _U_, gpointer data) {
gchar *topic = data;
gchar *page_topic;
GtkWidget *help_nb;