Remove check for open file because NOP
This commit is contained in:
parent
f518db5cd5
commit
020c54b422
@ -40,8 +40,7 @@ int main(void)
|
|||||||
printf("Solution for Part Two: %d\n", fuel2);
|
printf("Solution for Part Two: %d\n", fuel2);
|
||||||
|
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
if (line)
|
free(line);
|
||||||
free(line);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user