Mercurial > audlegacy
changeset 2990:3a907327e228 trunk
Warning fixes.
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Thu, 05 Jul 2007 01:41:09 -0500 |
parents | 15f6c9949cde |
children | f7604f7d8e41 |
files | src/audacious/util.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;