summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-09-10 04:57:22 +0700
committerPierre Joye <pierre.php@gmail.com>2021-09-10 04:57:22 +0700
commit02f5a7ae056fa80b031b7c66d8df5a034c987950 (patch)
tree1f2a3959645819ddab1fec65c2cbc38aa37a643c /tests
parent8074c820468176e2ea27cbf0192a8aee3660a7df (diff)
parent6f5136821be86e7068fcdf651ae9420b5d42e9a9 (diff)
downloadlibgd-02f5a7ae056fa80b031b7c66d8df5a034c987950.tar.gz
merge conflict
Diffstat (limited to 'tests')
-rw-r--r--tests/png/bug00338.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/png/bug00338.c b/tests/png/bug00338.c
index 814a5ab..4fd5273 100644
--- a/tests/png/bug00338.c
+++ b/tests/png/bug00338.c
@@ -35,7 +35,7 @@ int main()
im = gdImageCreateTrueColor(10, 10);
fp = gdTestTempFp();
- gdTestAssert(fp!=NULL);
+ gdTestAssert(fp != NULL);
if (!fp) {
exit(2);
}