diff options
Diffstat (limited to 'base/memory.c')
-rw-r--r-- | base/memory.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/memory.c b/base/memory.c index b0858383..2c2f8e0d 100644 --- a/base/memory.c +++ b/base/memory.c @@ -39,11 +39,11 @@ static fz_memorycontext defmem = { stdmalloc, stdrealloc, stdfree }; static fz_memorycontext *curmem = &defmem; fz_error fz_koutofmem = { + -1, {"out of memory"}, {"<malloc>"}, {"memory.c"}, - 0, - 1 + 0 }; fz_memorycontext * |