Mercurial > audlegacy
changeset 3690:2e1f85b0f085
more typoes
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Tue, 02 Oct 2007 21:51:07 -0500 |
parents | ec4b447eb8eb |
children | 9f7b621249a0 |
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:50:12 2007 -0500 +++ b/src/audacious/plugin.h Tue Oct 02 21:51:07 2007 -0500 @@ -296,7 +296,7 @@ G_BEGIN_DECLS \ static PluginHeader _pluginInfo = { PLUGIN_MAGIC, __AUDACIOUS_PLUGIN_API__, \ (gchar *)#name, init, fini, NULL, __VA_ARGS__ }; \ - struct _AudaciousFuncVTable1 *_audvt = NULL; \ + struct _AudaciousFuncTableV1 *_audvt = NULL; \ G_MODULE_EXPORT PluginHeader *get_plugin_info(struct _AudaciousFuncVTable1 *_vt) { \ _audvt = _vt; \ return &_pluginInfo; \