[xiph-cvs] cvs commit: ao/src audio_out.c
Stan Seibert
volsung at xiph.org
Sun Jun 9 10:06:31 PDT 2002
volsung 02/06/09 10:06:31
Modified: src audio_out.c
Log:
Removed unnecessary trailing comma to make Jack happy. :-P
Revision Changes Path
1.22 +1 -1 ao/src/audio_out.c
Index: audio_out.c
===================================================================
RCS file: /usr/local/cvsroot/ao/src/audio_out.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- audio_out.c 2002/06/09 15:44:43 1.21
+++ audio_out.c 2002/06/09 17:06:31 1.22
@@ -73,7 +73,7 @@
static driver_list *driver_head = NULL;
static ao_config config = {
- NULL, /* default_driver */
+ NULL /* default_driver */
};
static ao_info **info_table = NULL;
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list