summaryrefslogtreecommitdiff
path: root/windows/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows/gui.c')
-rw-r--r--windows/gui.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/windows/gui.c b/windows/gui.c
index 487f59c8f..d1f20fb2e 100644
--- a/windows/gui.c
+++ b/windows/gui.c
@@ -1452,7 +1452,9 @@ static void gui_window_destroy(struct gui_window *w)
/**
* set window title
- * \param title the [url]
+ *
+ * \param w the Windows gui window.
+ * \param title to set on window
*/
static void gui_window_set_title(struct gui_window *w, const char *title)
{