mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-21 03:32:35 +03:00
Add NULL for silly frontend which can't use a useful compiler
This commit is contained in:
parent
a468b40990
commit
767b73f5c7
@ -369,6 +369,7 @@ void fetch_rsrc_register(void)
|
||||
fetch_rsrc_abort,
|
||||
fetch_rsrc_free,
|
||||
fetch_rsrc_poll,
|
||||
NULL,
|
||||
fetch_rsrc_finalise
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user