diff src/vtx/vtx.c @ 1979:839804c3b3a4

aud_vfs_extensions -> vfs_extensions, some vtable fixes
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 00:43:10 -0500
parents fa9f85cebade
children b7bb2753677c
line wrap: on
line diff
--- a/src/vtx/vtx.c	Sun Oct 07 00:25:33 2007 -0500
+++ b/src/vtx/vtx.c	Sun Oct 07 00:43:10 2007 -0500
@@ -320,7 +320,7 @@
 	.file_info_box = vtx_file_info,		/* Show file-information dialog */
 	.get_song_tuple = vtx_get_song_tuple,	/* Tuple */
 	.is_our_file_from_vfs = vtx_is_our_fd,		/* VFS */
-	.aud_vfs_extensions = vtx_fmts		/* ext assist */
+	.vfs_extensions = vtx_fmts		/* ext assist */
 };
 
 InputPlugin *vtx_iplist[] = { &vtx_ip, NULL };