changeset 1714:4f9889f23e67

Automated merge from ssh://hg.atheme.org//hg/audacious-plugins.
author William Pitcock <nenolod@atheme.org>
date Thu, 13 Sep 2007 13:20:49 -0500
parents fd9e63473e56 (current diff) bf2ec8f4289b (diff)
children bd269f6e26b2
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/filewriter/filewriter.c	Thu Sep 13 13:20:24 2007 -0500
+++ b/src/filewriter/filewriter.c	Thu Sep 13 13:20:49 2007 -0500
@@ -250,7 +250,7 @@
     if (!output_file)
         return 0;
 
-    rv = plugin.open();
+    rv = (plugin.open)();
 
     return rv;
 }