mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
286 B

--- ./src/local.c.orig 2004-09-12 05:26:32.856351552 +0200
+++ ./src/local.c 2004-09-12 05:27:08.615915272 +0200
@@ -614,6 +614,7 @@
case LOCAL_TYPE_OGG: local_vc_read(stream); break;
#endif
default: /* nop */
+ ;
}
*streams = g_list_append(*streams, stream);