Skip to content

Commit

Permalink
extra pclose
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbjohnston authored Jun 21, 2021
1 parent 78e19fd commit 92a703e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion afsk/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ int main(int argc, char * argv[]) {
printf("AX5043 not present!\n");
pclose(file2);
}
pclose(file);
// pclose(file);
}
// else
// {
Expand Down

0 comments on commit 92a703e

Please sign in to comment.