gifanalyzer: main() must return a value

This commit is contained in:
Thomas Bernard 2018-03-20 12:03:32 +01:00
parent a29168f7ce
commit c55c41fe83

View File

@ -101,6 +101,7 @@ int main(int argc, char* argv[])
printf("offset : %lu\n", ftell(theFile));
fclose(theFile);
return 0;
}
static void read_image(FILE * theFile)