summaryrefslogtreecommitdiff
path: root/frontends/beos
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-06-27 21:04:21 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-06-27 21:04:21 +0100
commit767b73f5c703e447a3041423ff220a88a7c0c569 (patch)
treea669eb0936e3d95f6679164750efb6b1638abda7 /frontends/beos
parenta468b409901236ecf77f0cbd81dfeda96cebc758 (diff)
downloadnetsurf-767b73f5c703e447a3041423ff220a88a7c0c569.tar.gz
netsurf-767b73f5c703e447a3041423ff220a88a7c0c569.tar.bz2
Add NULL for silly frontend which can't use a useful compiler
Diffstat (limited to 'frontends/beos')
-rw-r--r--frontends/beos/fetch_rsrc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/beos/fetch_rsrc.cpp b/frontends/beos/fetch_rsrc.cpp
index 02180556f..4df246fc2 100644
--- a/frontends/beos/fetch_rsrc.cpp
+++ b/frontends/beos/fetch_rsrc.cpp
@@ -369,6 +369,7 @@ void fetch_rsrc_register(void)
fetch_rsrc_abort,
fetch_rsrc_free,
fetch_rsrc_poll,
+ NULL,
fetch_rsrc_finalise
};