aboutsummaryrefslogtreecommitdiffstats
path: root/ui/recent_utils.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-04-26 18:28:21 +0000
committerEvan Huus <eapache@gmail.com>2013-04-26 18:28:21 +0000
commit63ef04ec84bc7bee9008be686e2e362058229643 (patch)
tree9acdd76172b3e37a08f887543cd0ee01e9a24419 /ui/recent_utils.h
parent098997e5fb7e152bd777941e1a7a3f2ec3b8759b (diff)
Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.
svn path=/trunk/; revision=49053
Diffstat (limited to 'ui/recent_utils.h')
-rw-r--r--ui/recent_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/recent_utils.h b/ui/recent_utils.h
index e19e6046cc..4c5fbf1acf 100644
--- a/ui/recent_utils.h
+++ b/ui/recent_utils.h
@@ -41,7 +41,7 @@ extern void menu_recent_file_write_all(FILE *rf);
/** Add a capture filter coming from the user's recent file to the cfilter combo box.
*
- * @param dftext the filter string
+ * @param s the filter string
*/
extern gboolean cfilter_combo_add_recent(const gchar *s);