summaryrefslogtreecommitdiff
path: root/tests/png/bug00338.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/png/bug00338.c')
-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 779180f..479a864 100644
--- a/tests/png/bug00338.c
+++ b/tests/png/bug00338.c
@@ -34,7 +34,7 @@ int main()
im = gdImageCreateTrueColor(10, 10);
fp = gdTestTempFp();
- gdTestAssert(fp);
+ gdTestAssert(fp != NULL);
if (!fp) {
exit(2);
}