Squash warning

svn path=/trunk/netsurf/; revision=6909
This commit is contained in:
John Mark Bell 2009-03-27 01:19:02 +00:00
parent b7b0edd8e0
commit 69456beabb

View File

@ -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;
}