mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 15:29:45 +03:00
Squash warning
svn path=/trunk/netsurf/; revision=6909
This commit is contained in:
parent
b7b0edd8e0
commit
69456beabb
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user