twhoops - missing } - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 88cbb82295cb82a6bd92bae221542896451fbd15
 (DIR) parent cc3c704cf3ab96a8f1e77bb77d85a7758e92d868
 (HTM) Author: rsc <devnull@localhost>
       Date:   Mon,  5 Apr 2004 22:01:23 +0000
       
       whoops - missing }
       
       Diffstat:
         M src/cmd/rio/manage.c                |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/cmd/rio/manage.c b/src/cmd/rio/manage.c
       t@@ -121,9 +121,10 @@ manage(Client *c, int mapped)
                                        cmapfocus(current);
                                return 0;
                        }
       -        else
       +        } else
                        gravitate(c, 0);
        
       +
                attrs.border_pixel =  c->screen->black;
                attrs.background_pixel =  c->screen->white;
                attrs.colormap = c->screen->def_cmap;