mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-05-31 08:31:41 +05:30
extol.c: fix calling fclose
with NULL argument
This commit is contained in:
@@ -61,7 +61,7 @@ extol (FILE *f)
|
||||
fputc ('=', fs);
|
||||
result >>= 4;
|
||||
fprintf (fs, "\n");
|
||||
fclose (f);
|
||||
fclose (fs);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user