From: Anselm R. Garbe Date: Sun, 23 Sep 2007 16:31:19 +0000 (+0200) Subject: small cosmetic fix X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=6514b07ad24e9066252c418cdec1d6ccae570cf6;hp=724fe3cf7fc456db96bf10c2caeb7c307e529d73;p=dmenu.git small cosmetic fix --- 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) { 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))