summaryrefslogtreecommitdiff
path: root/tests/gd2
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-07-21 20:52:06 +0530
committerMike Frysinger <vapier@gentoo.org>2016-07-21 20:52:06 +0530
commitae2eea3de35312ff87259c4fa67fb6bd08b21d7b (patch)
tree1c2e800d5a9bbc7cdeb15e634f7034b3f91112b5 /tests/gd2
parent7d04b45481f73d58a2c15e90167ae4ab46c7b541 (diff)
downloadlibgd-ae2eea3de35312ff87259c4fa67fb6bd08b21d7b.tar.gz
tests: add missing newlines to error messages
Diffstat (limited to 'tests/gd2')
-rw-r--r--tests/gd2/php_bug_72339.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gd2/php_bug_72339.c b/tests/gd2/php_bug_72339.c
index e15383e..ef3ed62 100644
--- a/tests/gd2/php_bug_72339.c
+++ b/tests/gd2/php_bug_72339.c
@@ -14,7 +14,7 @@ int main()
if (im == NULL) {
return 0;
} else {
- gdTestErrorMsg("Image should have failed to be loaded");
+ gdTestErrorMsg("Image should have failed to be loaded\n");
return 1;
}