mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-03 19:31:55 +03:00
Fix message
svn path=/trunk/netsurf/; revision=12013
This commit is contained in:
parent
b4e78406e8
commit
18970a3be9
@ -26,6 +26,6 @@ bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap,
|
||||
if (win == NULL) {
|
||||
fprintf(stdout, "GENERIC THUMBNAIL URL %s\n", url);
|
||||
}
|
||||
fprintf(stdout, "BROWSER_WINDOW THUMBNAIL WIN %u URL %s\n", win->win_num, url);
|
||||
fprintf(stdout, "WINDOW THUMBNAIL WIN %u URL %s\n", win->win_num, url);
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user