mirror of https://github.com/mpv-player/mpv
Mark main() function as a function that takes no parameters.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23682 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3a7a591aad
commit
cf59dbbd17
|
@ -3,7 +3,7 @@
|
|||
|
||||
// sox -t raw -A -r 8000 -b alaw.alaw -t sw alaw.out
|
||||
|
||||
int main(){
|
||||
int main(void){
|
||||
int i;
|
||||
FILE *f;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main(){
|
||||
int main(void){
|
||||
int c;
|
||||
unsigned int head=-1;
|
||||
int pos=-3;
|
||||
|
|
Loading…
Reference in New Issue