# HG changeset patch # User William Pitcock # Date 1191299160 18000 # Node ID 4284187479d77b48ed1c5d9498d9c577d5102174 # Parent 84bc78954db5002cc86d6d5023949ec27411612b Unbreak compile. diff -r 84bc78954db5 -r 4284187479d7 src/audacious/plugin.h --- 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); diff -r 84bc78954db5 -r 4284187479d7 src/audacious/pluginenum.c --- 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, -} +}; /*****************************************************************/