# HG changeset patch # User William Pitcock # Date 1183617669 18000 # Node ID 3a907327e22888eef7b9034e1be4ab2270512d59 # Parent 15f6c9949cde6c08bb5f2c09419f620b541d1dfc Warning fixes. diff -r 15f6c9949cde -r 3a907327e228 src/audacious/util.c --- a/src/audacious/util.c Thu Jul 05 01:40:11 2007 -0500 +++ b/src/audacious/util.c Thu Jul 05 01:41:09 2007 -0500 @@ -120,7 +120,6 @@ find_path_recursively(const gchar * path, const gchar * filename) { FindFileContext context; - gchar *out = NULL; context.to_match = filename; context.match = NULL;