summaryrefslogtreecommitdiff
path: root/src/cr-simple-sel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cr-simple-sel.h')
-rw-r--r--src/cr-simple-sel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cr-simple-sel.h b/src/cr-simple-sel.h
index b54ee5e..589aaa6 100644
--- a/src/cr-simple-sel.h
+++ b/src/cr-simple-sel.h
@@ -50,7 +50,7 @@ enum SimpleSelectorType
{
NO_SELECTOR_TYPE = 0,
UNIVERSAL_SELECTOR = 1,
- TYPE_SELECTOR = 1 << 1,
+ TYPE_SELECTOR = 1 << 1
} ;
typedef struct _CRSimpleSel CRSimpleSel ;