mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 13:36:52 +02:00
add missing close of file handle
This commit is contained in:
parent
d6013245e4
commit
7b9c4f9ee8
@ -2815,6 +2815,7 @@ static void awrite(char *fn, char *txt)
|
||||
|
||||
if (f)
|
||||
fprintf(f, "%s", txt);
|
||||
fclose(f);
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
Loading…
Reference in New Issue
Block a user