From 1f70ada0e450d741695317b5e466007bc9930a91 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 17 Aug 2021 06:26:29 +0700 Subject: [PATCH] not used --- tests/tga/bug00248.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tga/bug00248.c b/tests/tga/bug00248.c index 5eb6046..b7c7725 100644 --- a/tests/tga/bug00248.c +++ b/tests/tga/bug00248.c @@ -3,7 +3,7 @@ #include "gd.h" #include "gdtest.h" -int main(int argc, char **argv) +int main() { gdImagePtr im; FILE *fp = gdTestFileOpen("tga/bug00248.tga");