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 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);
}