changeset 3689:ec4b447eb8eb

fix typo!
author William Pitcock <nenolod@atheme.org>
date Tue, 02 Oct 2007 21:50:12 -0500
parents 8ab4cd5c6462
children 2e1f85b0f085
files src/audacious/plugin.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/plugin.h	Tue Oct 02 21:47:17 2007 -0500
+++ b/src/audacious/plugin.h	Tue Oct 02 21:50:12 2007 -0500
@@ -290,7 +290,7 @@
 #define aud_cfg_db_unset_key		_audvt->cfg_db_unset_key
 
 /* for multi-file plugins :( */
-extern struct _AudaciousFuncVTable1 *_audvt;
+extern struct _AudaciousFuncTableV1 *_audvt;
 
 #define DECLARE_PLUGIN(name, init, fini, ...) \
 	G_BEGIN_DECLS \