From 509d6a901d45038b8f3c6c11bb9253f5497654f8 Mon Sep 17 00:00:00 2001 From: Michael Hohmuth Date: Mon, 6 Jun 2011 22:48:53 +0000 Subject: FS#12132 patch 2: add_uniqbuf: Fix confusing indentation in if condition git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29978 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tagcache.c b/apps/tagcache.c index 9f8ce315f3..ff6b853f17 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -1090,7 +1090,7 @@ static bool add_uniqbuf(struct tagcache_search *tcs, unsigned long id) /* If uniq buffer is not defined we must return true for search to work. */ if (tcs->unique_list == NULL || (!TAGCACHE_IS_UNIQUE(tcs->type) - && !TAGCACHE_IS_NUMERIC(tcs->type))) + && !TAGCACHE_IS_NUMERIC(tcs->type))) { return true; } -- cgit v1.2.3