summaryrefslogtreecommitdiff
path: root/riscos/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/search.c')
-rw-r--r--riscos/search.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/riscos/search.c b/riscos/search.c
index ff95430ce..60b37160a 100644
--- a/riscos/search.c
+++ b/riscos/search.c
@@ -193,11 +193,13 @@ bool ro_gui_search_click(wimp_pointer *pointer)
/**
* add search string to recent searches list
+ *
* front is at liberty how to implement the bare notification
* should normally store a strdup() of the string in
* search_global_data.recent[];
* core gives no guarantee of the integrity of the const char *
- * \param string search pattern
+ *
+ * \param search string search pattern
* \param p the pointer sent to search_verify_new()
*/