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:
parent
6c18809ad2
commit
ce542caa8b
@ -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");
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user