gifanalyzer: main() must return a value
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user