summaryrefslogtreecommitdiff
path: root/apps/win_main.c
diff options
context:
space:
mode:
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 3e293957..45880e12 100644
--- a/apps/win_main.c
+++ b/apps/win_main.c
@@ -861,7 +861,7 @@ WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShow
ctx = fz_new_context(&fz_alloc_default);
if (ctx == NULL)
{
- fprintf(stderr, "Failed to init context");
+ fprintf(stderr, "cannot init context");
exit(1);
}
pdfapp_init(ctx, &gapp);