diff src/audacious/pluginenum.c @ 3683:4284187479d7

Unbreak compile.
author William Pitcock <nenolod@atheme.org>
date Mon, 01 Oct 2007 23:26:00 -0500
parents 84bc78954db5
children 2f9d8b987e40
line wrap: on
line diff
--- a/src/audacious/pluginenum.c	Mon Oct 01 23:00:46 2007 -0500
+++ b/src/audacious/pluginenum.c	Mon Oct 01 23:26:00 2007 -0500
@@ -82,7 +82,7 @@
     .vfs_file_get_contents = vfs_file_get_contents,
     .vfs_is_remote = vfs_is_remote,
     .vfs_is_streaming = vfs_is_streaming,
-}
+};
 
 /*****************************************************************/