summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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 db5b92db..dcc2d0a6 100644
--- a/apps/win_main.c
+++ b/apps/win_main.c
@@ -168,7 +168,7 @@ INT CALLBACK
dloginfoproc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
{
char buf[256];
- pdf_document *doc = gapp.doc;
+ pdf_document *doc = gapp.pdf;
fz_obj *info, *obj;
switch(message)