1
0

template.c: reformat: remove empty line

This commit is contained in:
Intel A80486DX2-66 2024-01-09 17:18:18 +03:00
parent 059501dcc6
commit 2e701099d0
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -170,7 +170,6 @@ main(void)
// 1. open file
FILE* output_file = fopen("output.wav", "wb");
if (output_file == NULL || !output_file) {
perror("fopen");
return 1;