mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-12-27 05:40:17 +05:30
extol.c: fix calling fclose
with NULL argument
This commit is contained in:
parent
267b869440
commit
93768da40f
@ -61,7 +61,7 @@ extol (FILE *f)
|
|||||||
fputc ('=', fs);
|
fputc ('=', fs);
|
||||||
result >>= 4;
|
result >>= 4;
|
||||||
fprintf (fs, "\n");
|
fprintf (fs, "\n");
|
||||||
fclose (f);
|
fclose (fs);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user