Skip to content

Commit

Permalink
Update riffext.c
Browse files Browse the repository at this point in the history
  • Loading branch information
PKBeam authored Dec 7, 2020
1 parent 053f0e1 commit e58de78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion riffext.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ int main(int argc, char** argv) {
fwrite(buffer, 1, filesize, out);
fclose(out);

printf("file %i | filesize: %.01lfkB,\n", nfiles, (double) filesize/1000.0);
}

fclose(f);
Expand Down

0 comments on commit e58de78

Please sign in to comment.