tsmall cosmetic fix - dmenu - Dmenu fork with xft fonts.
 (HTM) git clone git://r-36.net/dmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6514b07ad24e9066252c418cdec1d6ccae570cf6
 (DIR) parent 724fe3cf7fc456db96bf10c2caeb7c307e529d73
 (HTM) Author: Anselm R. Garbe <garbeam@gmail.com>
       Date:   Sun, 23 Sep 2007 18:31:19 +0200
       
       small cosmetic fix
       Diffstat:
         dmenu.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dmenu.c b/dmenu.c
       t@@ -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))