# HG changeset patch # User nenolod # Date 1165980555 28800 # Node ID 82a6284108c1ab5dcdb0f792b9edb1b6502c5483 # Parent ead7be311038f4a25da686d78f91f55330334adf [svn] - put this back the way it was diff -r ead7be311038 -r 82a6284108c1 ChangeLog --- a/ChangeLog Tue Dec 12 19:15:23 2006 -0800 +++ b/ChangeLog Tue Dec 12 19:29:15 2006 -0800 @@ -1,3 +1,11 @@ +2006-12-13 03:15:23 +0000 William Pitcock + revision [3225] + - specifically define this as a table + + trunk/audacious/plugin.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + 2006-12-13 02:39:35 +0000 William Pitcock revision [3223] - preferences pane option for extension-based detection diff -r ead7be311038 -r 82a6284108c1 audacious/plugin.h --- a/audacious/plugin.h Tue Dec 12 19:15:23 2006 -0800 +++ b/audacious/plugin.h Tue Dec 12 19:29:15 2006 -0800 @@ -193,7 +193,7 @@ /* Added in Audacious 1.3.0 */ gint (*is_our_file_from_vfs) (gchar *filename, VFSFile *fd); - gchar *vfs_extensions[]; + gchar **vfs_extensions; }; struct _GeneralPlugin {