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

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