diff options
Diffstat (limited to '')
-rw-r--r-- | src/dbUtils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbUtils.c b/src/dbUtils.c index 32dbe3b6c..11f724b21 100644 --- a/src/dbUtils.c +++ b/src/dbUtils.c @@ -81,7 +81,7 @@ static int searchInDirectory(int fd, Song * song, void *data) int searchForSongsIn(int fd, char *name, int numItems, LocateTagItem * items) { - int ret = -1; + int ret; int i; char **originalNeedles = xmalloc(numItems * sizeof(char *)); |