From 61780877b577bafd30e2a21130455d175aca809c Mon Sep 17 00:00:00 2001 From: faust3 Date: Sun, 2 Jan 2005 16:01:36 +0000 Subject: missing ; git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14301 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/ao_pcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libao2/ao_pcm.c') diff --git a/libao2/ao_pcm.c b/libao2/ao_pcm.c index ba11490baf..ab80671ec1 100644 --- a/libao2/ao_pcm.c +++ b/libao2/ao_pcm.c @@ -85,7 +85,7 @@ static int init(int rate,int channels,int format,int flags){ {"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"; -- cgit v1.2.3