changeset 4210:cc565360e405

Automated merge with ssh://hg.atheme.org//hg/audacious
author William Pitcock <nenolod@atheme.org>
date Mon, 21 Jan 2008 10:10:02 -0600
parents 6e269660fbc3 (diff) 15df056e7634 (current diff)
children 408b520f39fd
files
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/input.c	Mon Jan 21 02:46:44 2008 +0200
+++ b/src/audacious/input.c	Mon Jan 21 10:10:02 2008 -0600
@@ -516,11 +516,11 @@
                     return pr;
                 }
             }
+        }
 
-	    g_free(filename_proxy);
-	    vfs_fclose(fd);
-	    return NULL; // no plugin found.
-        }
+        g_free(filename_proxy);
+        vfs_fclose(fd);
+        return NULL; // no plugin found.
     }