summaryrefslogtreecommitdiff
path: root/content/no_backing_store.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-22 23:56:13 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-22 23:56:43 +0000
commit8b810ee4a100e805774246aa651e14385c377421 (patch)
treeb7ab28a03a45b5337f2c75d81c636bb4e50aa710 /content/no_backing_store.c
parent335ba082fdb1ecbdd16c990db81e1d50c943e13e (diff)
downloadnetsurf-8b810ee4a100e805774246aa651e14385c377421.tar.gz
netsurf-8b810ee4a100e805774246aa651e14385c377421.tar.bz2
change the persistant data store to owning the allocations
Diffstat (limited to 'content/no_backing_store.c')
-rw-r--r--content/no_backing_store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/no_backing_store.c b/content/no_backing_store.c
index 917d68a11..527518513 100644
--- a/content/no_backing_store.c
+++ b/content/no_backing_store.c
@@ -45,7 +45,7 @@ static nserror store(nsurl *url,
}
static nserror fetch(nsurl *url,
- enum backing_store_flags *flags,
+ enum backing_store_flags flags,
uint8_t **data_out,
size_t *datalen_out)
{