summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2011-12-09 14:03:56 +0000
committerRobin Watts <robin.watts@artifex.com>2011-12-09 14:03:56 +0000
commitee3c576fae644f1c247ebd138f7199f5ed8f4664 (patch)
tree136a9a6ff032ef636e4c11b711b22f813100383e /apps
parent2af3baffb58f22ddf3ac5944d2677b981763e03d (diff)
downloadmupdf-ee3c576fae644f1c247ebd138f7199f5ed8f4664.tar.xz
Fix missing " in win_main.c
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 99214904..eb0e6085 100644
--- a/apps/win_main.c
+++ b/apps/win_main.c
@@ -363,7 +363,7 @@ void winopen()
0, // program instance handle
0); // creation parameters
if (!hwndframe)
- winerror(&gapp, "cannot create frame);
+ winerror(&gapp, "cannot create frame");
hwndview = CreateWindowW(L"ViewWindow", // window class name
NULL,