[Liboss-commit] CVS: liboss/include soundcard.h,1.14,1.15
Brought to you by:
thesin
|
From: Justin <th...@us...> - 2002-11-06 17:50:12
|
Update of /cvsroot/liboss/liboss/include
In directory usw-pr-cvs1:/tmp/cvs-serv27677
Modified Files:
soundcard.h
Log Message:
Oops
Index: soundcard.h
===================================================================
RCS file: /cvsroot/liboss/liboss/include/soundcard.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- soundcard.h 6 Nov 2002 17:42:16 -0000 1.14
+++ soundcard.h 6 Nov 2002 17:50:06 -0000 1.15
@@ -338,6 +338,7 @@
va_start(l,y);
result = liboss_ioctl(x,y,l);
va_end (l);
+ return result;
}
static inline int LIBOSS_OPEN (const char* x, int y,...)
|