summaryrefslogtreecommitdiff
path: root/apps/win_main.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-01-11 23:27:22 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-01-11 23:27:22 +0100
commitaaf451799bb046b6758a73fdb3c8fb88692ac776 (patch)
tree13ede9863b14778c3e1feee9e9f2fa230842d6df /apps/win_main.c
parent209f30bee3121bbae32799b0bbb10f5e6db4158c (diff)
downloadmupdf-aaf451799bb046b6758a73fdb3c8fb88692ac776.tar.xz
Use enum for FZ_STORE_DEFAULT default size.
Diffstat (limited to 'apps/win_main.c')
-rw-r--r--apps/win_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/win_main.c b/apps/win_main.c
index a618cf44..8ccdee65 100644
--- a/apps/win_main.c
+++ b/apps/win_main.c
@@ -831,7 +831,7 @@ WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShow
fz_accelerate();
- ctx = fz_new_context(NULL, 0);
+ ctx = fz_new_context(NULL, FZ_STORE_DEFAULT);
if (!ctx)
{
fprintf(stderr, "cannot initialise context\n");