[MPlayer-cvslog] CVS: main/libao2 ao_pcm.c,1.25,1.26
Sascha Sommer CVS
syncmail at mplayerhq.hu
Sun Jan 2 17:01:39 CET 2005
CVS change done by Sascha Sommer CVS
Update of /cvsroot/mplayer/main/libao2
In directory mail:/var2/tmp/cvs-serv13421/libao2
Modified Files:
ao_pcm.c
Log Message:
missing ;
Index: ao_pcm.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_pcm.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ao_pcm.c 2 Jan 2005 14:41:46 -0000 1.25
+++ ao_pcm.c 2 Jan 2005 16:01:36 -0000 1.26
@@ -85,7 +85,7 @@
{"waveheader", OPT_ARG_BOOL, &ao_pcm_waveheader, NULL},
{"file", OPT_ARG_STR, &file, NULL},
{NULL}
- }
+ };
// set defaults
ao_pcm_waveheader = 1;
file.str = "audiodump.wav";
More information about the MPlayer-cvslog
mailing list