[MPlayer-cvslog] r23682 - in trunk/TOOLS: alaw-gen.c dump_mp4.c
diego
subversion at mplayerhq.hu
Thu Jun 28 01:04:37 CEST 2007
Author: diego
Date: Thu Jun 28 01:04:36 2007
New Revision: 23682
Log:
Mark main() function as a function that takes no parameters.
Modified:
trunk/TOOLS/alaw-gen.c
trunk/TOOLS/dump_mp4.c
Modified: trunk/TOOLS/alaw-gen.c
==============================================================================
--- trunk/TOOLS/alaw-gen.c (original)
+++ trunk/TOOLS/alaw-gen.c Thu Jun 28 01:04:36 2007
@@ -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;
Modified: trunk/TOOLS/dump_mp4.c
==============================================================================
--- trunk/TOOLS/dump_mp4.c (original)
+++ trunk/TOOLS/dump_mp4.c Thu Jun 28 01:04:36 2007
@@ -1,6 +1,6 @@
#include <stdio.h>
-int main(){
+int main(void){
int c;
unsigned int head=-1;
int pos=-3;
More information about the MPlayer-cvslog
mailing list