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:
parent
c3cf8bcd4e
commit
509d6a901d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue