1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Michael Hohmuth 2011-06-06 22:48:53 +00:00
parent c3cf8bcd4e
commit 509d6a901d

View file

@ -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;
}