summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-17 06:26:29 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-17 06:26:29 +0700
commit1f70ada0e450d741695317b5e466007bc9930a91 (patch)
tree1d063d7e17253517321e91f3efb98c13129771ab /tests
parent9af6d1254f2be57bf5179f2b02a0e90d3806570d (diff)
downloadlibgd-1f70ada0e450d741695317b5e466007bc9930a91.tar.gz
not used
Diffstat (limited to 'tests')
-rw-r--r--tests/tga/bug00248.c2
1 files changed, 1 insertions, 1 deletions
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");