summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-27 01:19:02 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-27 01:19:02 +0000
commit69456beabb425c87ab959aaacb470363d909821f (patch)
treecd66cb5bef58e3450ad326f1a9d3d23ea374bd1c
parentb7b0edd8e03078c089866ce0e6e8be6a0553b698 (diff)
downloadnetsurf-69456beabb425c87ab959aaacb470363d909821f.tar.gz
netsurf-69456beabb425c87ab959aaacb470363d909821f.tar.bz2
Squash warning
svn path=/trunk/netsurf/; revision=6909
-rw-r--r--riscos/url_complete.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/url_complete.c b/riscos/url_complete.c
index d810f8844..13b489e8a 100644
--- a/riscos/url_complete.c
+++ b/riscos/url_complete.c
@@ -560,7 +560,8 @@ void ro_gui_url_complete_redraw(wimp_draw *redraw)
/* no matches? no redraw */
if (!url_complete_matches) {
LOG(("Attempt to redraw with no matches made"));
- ro_gui_user_redraw(redraw, false, NULL);
+ /* Fill is never used, so make it something obvious */
+ ro_gui_user_redraw(redraw, false, os_COLOUR_BLACK);
return;
}