diff options
author | Anselm R. Garbe | 2007-09-23 18:31:19 +0200 |
---|---|---|
committer | Anselm R. Garbe | 2007-09-23 18:31:19 +0200 |
commit | 6514b07ad24e9066252c418cdec1d6ccae570cf6 (patch) | |
tree | 0741bdc3654aa5d100aa08b9c4e201e690957cd1 /dmenu.c | |
parent | 724fe3cf7fc456db96bf10c2caeb7c307e529d73 (diff) |
small cosmetic fix
Diffstat (limited to 'dmenu.c')
-rw-r--r-- | dmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |