Skip to content
Snippets Groups Projects
Commit 20e031a6 authored by Paul Best's avatar Paul Best
Browse files

Update log2wav.c

parent c212c594
Branches
No related tags found
No related merge requests found
......@@ -303,7 +303,7 @@ int main(int argc, char* argv[]){
printf("dataBlockSampleSize %ld\n", dataBlockSampleSize);
}
if(hdr.resolutionBits!=16 && hdr.resolutionBits!=24 && hdr.resolutionBits!=32){
printf("resolution %d not supported yet sorry", hdr.resolutionBits);
printf("resolution %d not supported yet sorry\n", hdr.resolutionBits);
return 0;
}
FILE* wavfile = fopen(argv[2], "wb"); // open wav file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment