aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-09-23 18:31:19 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-09-23 18:31:19 +0200
commit6514b07ad24e9066252c418cdec1d6ccae570cf6 (patch)
tree0741bdc3654aa5d100aa08b9c4e201e690957cd1
parent724fe3cf7fc456db96bf10c2caeb7c307e529d73 (diff)
small cosmetic fix
-rw-r--r--dmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu.c b/dmenu.c
index 3bb9351..a4fca09 100644
--- a/dmenu.c
+++ b/dmenu.c
@@ -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))