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