From 6b9ffcffe2c255a918398e58418466529d362da9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 9 Oct 2008 16:26:09 +0200 Subject: database: renamed get_get_song() to db_get_song() Search'n'replace typo.. --- src/update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/update.c') diff --git a/src/update.c b/src/update.c index aad40de42..3aae95d25 100644 --- a/src/update.c +++ b/src/update.c @@ -404,7 +404,7 @@ static enum update_return updatePath(const char *path) ret = UPDATE_RETURN_UPDATED; /* don't return, path maybe a song now */ } - } else if ((song = get_get_song(path))) { + } else if ((song = db_get_song(path))) { parentDirectory = song->parent; if (!parentDirectory->stat && statDirectory(parentDirectory) < 0) -- cgit v1.2.3