small cosmetic fix
authorAnselm R. Garbe <garbeam@gmail.com>
Sun, 23 Sep 2007 16:31:19 +0000 (18:31 +0200)
committerAnselm R. Garbe <garbeam@gmail.com>
Sun, 23 Sep 2007 16:31:19 +0000 (18:31 +0200)
dmenu.c

diff --git a/dmenu.c b/dmenu.c
index 3bb9351..a4fca09 100644 (file)
--- 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))