1
0

small cosmetic fix

This commit is contained in:
Anselm R. Garbe 2007-09-23 18:31:19 +02:00
parent 4a2f2fbddd
commit 64baa5e456

View File

@ -510,7 +510,7 @@ match(char *pattern) {
for(i = allitems; i; i = i->next)
if(!i->matched && !strncasecmp(pattern, i->text, plen))
j = appenditem(i,j);
j = appenditem(i, j);
for (i = allitems; i; i = i->next)
if(!i->matched && strcasestr(i->text, pattern))