summaryrefslogtreecommitdiff
path: root/content/url_store.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/url_store.c')
-rw-r--r--content/url_store.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/url_store.c b/content/url_store.c
index 61dd29afd..1c1900d7f 100644
--- a/content/url_store.c
+++ b/content/url_store.c
@@ -519,7 +519,9 @@ void url_store_save(const char *file) {
const char *thumb_file = "";
int thumb_size = 0;
FILE *fp;
+#ifdef riscos
struct bitmap *bitmap;
+#endif
fp = fopen(file, "w");
if (!fp) {