Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4914
Modified Files: Tag: devel_0_39 s_audio.c Log Message: fixed "static follows non-static declaration"
Index: s_audio.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/s_audio.c,v retrieving revision 1.5.4.16.2.13 retrieving revision 1.5.4.16.2.14 diff -C2 -d -r1.5.4.16.2.13 -r1.5.4.16.2.14 *** s_audio.c 12 Apr 2006 21:05:10 -0000 1.5.4.16.2.13 --- s_audio.c 14 Apr 2006 18:37:52 -0000 1.5.4.16.2.14 *************** *** 592,596 ****
! static void audio_getdevs(char *indevlist, int *nindevs, char *outdevlist, int *noutdevs, int *canmulti, int maxndev, int devdescsize) --- 592,596 ----
! /*static*/ void audio_getdevs(char *indevlist, int *nindevs, char *outdevlist, int *noutdevs, int *canmulti, int maxndev, int devdescsize)