summaryrefslogtreecommitdiff
path: root/riscos/window.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-12 11:45:07 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-12 11:45:07 +0000
commita99b1325d78afe2fecd4b676f8338b2830dfbc6c (patch)
tree110b713069724f44cac07657d66429a93d3cefed /riscos/window.h
parentd8007f45125fe297970aa53665fa6e3c4182699a (diff)
downloadnetsurf-a99b1325d78afe2fecd4b676f8338b2830dfbc6c.tar.gz
netsurf-a99b1325d78afe2fecd4b676f8338b2830dfbc6c.tar.bz2
Doxygen cleanups
Diffstat (limited to 'riscos/window.h')
-rw-r--r--riscos/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/window.h b/riscos/window.h
index 8edacb359..2e6f6e9aa 100644
--- a/riscos/window.h
+++ b/riscos/window.h
@@ -40,7 +40,7 @@ bool ro_gui_window_check_menu(wimp_menu *menu);
* \param g gui_window to update
* \param url new url for address bar
*/
-nserror gui_window_set_url(struct gui_window *g, struct nsurl *url);
+nserror ro_gui_window_set_url(struct gui_window *g, struct nsurl *url);
#endif