Compare commits

..

1 Commits

Author SHA1 Message Date
Pin
3ebbd93d6e wip 2021-10-11 22:47:44 -04:00

View File

@@ -175,9 +175,6 @@ int main() {
} }
fp = fopen("./1.png", "rt"); fp = fopen("./1.png", "rt");
if (fp == NULL) {
return EXIT_FAILURE;
}
unsigned char *file_data = file_to_char_array(fp, &i); unsigned char *file_data = file_to_char_array(fp, &i);
fclose(fp); fclose(fp);