commit 397ede184ba4ceefc2912afb9ebd614f64114a02
parent c342b209a27a4cec84819edbc10c27ea56db006a
Author: Christoph Lohmann <20h@r-36.net>
Date:   Wed, 28 Nov 2012 23:23:42 +0100
A small change for a test.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
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;