gifanalyzer: main() must return a value
This commit is contained in:
parent
a29168f7ce
commit
c55c41fe83
@ -101,6 +101,7 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
printf("offset : %lu\n", ftell(theFile));
|
printf("offset : %lu\n", ftell(theFile));
|
||||||
fclose(theFile);
|
fclose(theFile);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void read_image(FILE * theFile)
|
static void read_image(FILE * theFile)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user