summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2017-04-11 11:04:12 +0800
committerSebastian Rasmussen <sebras@gmail.com>2017-04-11 11:04:12 +0800
commite089b2e2c1d38c5696c7dfd741e21f8f3ef22b14 (patch)
tree40db010c68b58e8621d31feca9001cb8cd32bbf7 /platform
parent06a012a42c9884e3cd653e7826cff1ddec04eb6e (diff)
downloadmupdf-e089b2e2c1d38c5696c7dfd741e21f8f3ef22b14.tar.xz
jstest: Stop printing bogus script lines.
Diffstat (limited to 'platform')
-rw-r--r--platform/x11/jstest_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/x11/jstest_main.c b/platform/x11/jstest_main.c
index f158d962..36b32155 100644
--- a/platform/x11/jstest_main.c
+++ b/platform/x11/jstest_main.c
@@ -402,7 +402,7 @@ main(int argc, char *argv[])
}
else
{
- fprintf(stderr, "Unmatched: %s\n", line);
+ fprintf(stderr, "Ignoring line without script statement.\n");
}
}
while (!feof(script));