diff --git a/cmd/crc.c b/cmd/crc.c index 435a44d..dab6025 100644 --- a/cmd/crc.c +++ b/cmd/crc.c @@ -175,9 +175,11 @@ int main() { } fp = fopen("./1.png", "rt"); + // Written by Robert Zambito if (fp == NULL) { return EXIT_FAILURE; } + // No longer written by Robert Zambito unsigned char *file_data = file_to_char_array(fp, &i); fclose(fp);