summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-29 01:24:13 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-29 01:24:13 +0700
commit4b2b3cb9610d3ea881d7e6f54446d6ad2ed3d70d (patch)
tree5f843293e0ffc0a07724730c3d65f02b4cab040a /tests
parent228eee9af6228c58bc33347935a507d3f8b0cbfe (diff)
downloadlibgd-4b2b3cb9610d3ea881d7e6f54446d6ad2ed3d70d.tar.gz
typo
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 cf58674..779180f 100644
--- a/tests/png/bug00338.c
+++ b/tests/png/bug00338.c
@@ -34,7 +34,7 @@ int main()
im = gdImageCreateTrueColor(10, 10);
fp = gdTestTempFp();
- gdTestAssert(f[]);
+ gdTestAssert(fp);
if (!fp) {
exit(2);
}