From a346d52dfffc44999d3f10226642f7baa9c5463b Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sun, 28 Nov 2004 21:20:43 +0000 Subject: unified "array" and "struct array" code. Vast changes to "g_array.c" and "g_template.c", and many smaller changes to various files. Not yet well tested. svn path=/trunk/; revision=2341 --- pd/src/s_audio_mmio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/src/s_audio_mmio.c') diff --git a/pd/src/s_audio_mmio.c b/pd/src/s_audio_mmio.c index 30aa4d1c..a949767a 100644 --- a/pd/src/s_audio_mmio.c +++ b/pd/src/s_audio_mmio.c @@ -696,7 +696,7 @@ idle: void mmio_open_audio(int naudioindev, int *audioindev, int nchindev, int *chindev, int naudiooutdev, int *audiooutdev, - int nchoutdev, int *choutdev, int rate) /* IOhannes */ + int nchoutdev, int *choutdev, int rate) { int nbuf; -- cgit v1.2.1