From 4b2b3cb9610d3ea881d7e6f54446d6ad2ed3d70d Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 29 Aug 2021 01:24:13 +0700 Subject: typo --- tests/png/bug00338.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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); } -- cgit v1.2.1