URI: 
       A small change for a test. - tabbed - tab interface for application supporting Xembed
  HTML git clone git://git.suckless.org/tabbed
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 397ede184ba4ceefc2912afb9ebd614f64114a02
   DIR parent c342b209a27a4cec84819edbc10c27ea56db006a
  HTML Author: Christoph Lohmann <20h@r-36.net>
       Date:   Wed, 28 Nov 2012 23:23:42 +0100
       
       A small change for a test.
       
       Diffstat:
         M tabbed.c                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/tabbed.c b/tabbed.c
       @@ -49,7 +49,7 @@
        #define TEXTW(x)                 (textnw(x, strlen(x)) + dc.font.height)
        
        enum { ColFG, ColBG, ColLast };                         /* color */
       -enum { WMProtocols, WMDelete, WMName, XEmbed, WMLast };                 /* default atoms */
       +enum { WMProtocols, WMDelete, WMName, XEmbed, WMLast }; /* default atoms */
        
        typedef union {
                int i;