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