changeset 3683:4284187479d7

Unbreak compile.
author William Pitcock <nenolod@atheme.org>
date Mon, 01 Oct 2007 23:26:00 -0500
parents 84bc78954db5
children 2f9d8b987e40
files src/audacious/plugin.h src/audacious/pluginenum.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/plugin.h	Mon Oct 01 23:00:46 2007 -0500
+++ b/src/audacious/plugin.h	Mon Oct 01 23:26:00 2007 -0500
@@ -123,7 +123,7 @@
 
 /* define the public API here */
 /* add new functions to the bottom of this list!!!! --nenolod */
-struct _AudaciousFuncVTable1 {
+struct _AudaciousFuncTableV1 {
 
     /* VFS */
     VFSFile *(*vfs_fopen)(const gchar *uri, const gchar *mode);
--- 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,
-}
+};
 
 /*****************************************************************/