1
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 06:03:45 +01:00

missing semicolon fixed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@881 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-05-25 18:19:53 +00:00
parent 6c18809ad2
commit ce542caa8b

View File

@ -26,7 +26,7 @@ for(i=0;i<256;i++){
if((i&7)==7) printf("\n");
}
fclose(f);
printf("}\n");
printf("};\n");
system("sox -t raw -U -r 8000 -b alaw.dat -t sw alaw.out");
@ -41,7 +41,7 @@ for(i=0;i<256;i++){
if((i&7)==7) printf("\n");
}
fclose(f);
printf("}\n");
printf("};\n");
}