quick typo fix - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c53b29e60b1fcc0f7f095eaabccf38b3630e28fa
 (DIR) parent d6bdd03d915ecb800444986503b43aa488a82e36
 (HTM) Author: Anselm R Garbe <anselm@garbe.us>
       Date:   Wed, 31 Mar 2010 23:27:30 +0100
       
       quick typo fix
       Diffstat:
         M dwm.c                               |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/dwm.c b/dwm.c
       @@ -815,8 +815,8 @@ void
        focus(Client *c) {
                if(!c || !ISVISIBLE(c))
                        for(c = selmon->stack; c && !ISVISIBLE(c); c = c->snext);
       -//        if(selmon->sel)
       -//                unfocus(selmon->sel);
       +/*        if(selmon->sel)
       +                unfocus(selmon->sel);*/
                if(c) {
                        if(c->mon != selmon)
                                selmon = c->mon;