summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Curley <charlescurley@users.noreply.github.com>2017-11-03 17:07:48 -0600
committerPierre GRANDIN <pgrandin@users.noreply.github.com>2017-11-03 16:07:48 -0700
commit8161c11156bc24efae4814f3e4980e8b10f2bb9b (patch)
treebed826a69f5e2b05ddcedef517b2c60074a32a63
parent19802a716ed5dc1f16a712a4924d2c04e96afd32 (diff)
downloadnavit-8161c11156bc24efae4814f3e4980e8b10f2bb9b.tar.gz
fix:doc:improved follow vehicle toggle doc function for GTK (#363)
-rw-r--r--navit/gui/gtk/gui_gtk_action.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/navit/gui/gtk/gui_gtk_action.c b/navit/gui/gtk/gui_gtk_action.c
index e3d70d151..0d6acee48 100644
--- a/navit/gui/gtk/gui_gtk_action.c
+++ b/navit/gui/gtk/gui_gtk_action.c
@@ -130,8 +130,8 @@ tracking_action(GtkWidget *w, struct gui_priv *gui, void *dummy)
* cursor. Suitable for use in the GTK menu as below.
*
* @param GtkWidget is the generic storage type for widgets.
- * @param The gui. I think, I'm new here.
- * @param Ignore the pointer behind the curtain.
+ * @param gui The gui. I think, I'm new here.
+ * @param dummy Ignore the pointer behind the curtain.
* @return void
*/