summaryrefslogtreecommitdiffstats
path: root/source/dialogs/filebrowser.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-10-12 21:39:36 +0200
committerDave Davenport <qball@gmpclient.org>2020-10-12 21:39:36 +0200
commiteea8897501abffe5a6759a388b9241d4ca70a4c3 (patch)
treec7d464793dedbabfc06f3cbc117e7a5994d59a7f /source/dialogs/filebrowser.c
parent585538b42882ce8e8217a56f6b4dd05c0a0b68ff (diff)
Fix some of the documentation
Diffstat (limited to 'source/dialogs/filebrowser.c')
-rw-r--r--source/dialogs/filebrowser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/dialogs/filebrowser.c b/source/dialogs/filebrowser.c
index 90f1b133..9e04f521 100644
--- a/source/dialogs/filebrowser.c
+++ b/source/dialogs/filebrowser.c
@@ -269,7 +269,7 @@ static char *_get_display_value ( const Mode *sw, unsigned int selected_line, G_
*
* Match the entry.
*
- * @param returns try when a match.
+ * @returns try when a match.
*/
static int file_browser_token_match ( const Mode *sw, rofi_int_matcher **tokens, unsigned int index )
{