aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-11-28 23:23:42 +0100
committerChristoph Lohmann <20h@r-36.net>2012-11-28 23:23:42 +0100
commit397ede184ba4ceefc2912afb9ebd614f64114a02 (patch)
tree1f480736aa4997400e2218ebb98f47fae1afb9d7
parentc342b209a27a4cec84819edbc10c27ea56db006a (diff)
A small change for a test.
-rw-r--r--tabbed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tabbed.c b/tabbed.c
index 154895a..9cc3995 100644
--- 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;