diff options
-rw-r--r-- | dmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -510,7 +510,7 @@ match(char *pattern) { | |||
510 | 510 | ||
511 | for(i = allitems; i; i = i->next) | 511 | for(i = allitems; i; i = i->next) |
512 | if(!i->matched && !strncasecmp(pattern, i->text, plen)) | 512 | if(!i->matched && !strncasecmp(pattern, i->text, plen)) |
513 | j = appenditem(i,j); | 513 | j = appenditem(i, j); |
514 | 514 | ||
515 | for (i = allitems; i; i = i->next) | 515 | for (i = allitems; i; i = i->next) |
516 | if(!i->matched && strcasestr(i->text, pattern)) | 516 | if(!i->matched && strcasestr(i->text, pattern)) |