diff options
Diffstat (limited to 'src/core/wee-eval.h')
-rw-r--r-- | src/core/wee-eval.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/wee-eval.h b/src/core/wee-eval.h index bd3174d48..d768ff2cb 100644 --- a/src/core/wee-eval.h +++ b/src/core/wee-eval.h @@ -27,8 +27,8 @@ struct t_hashtable; enum t_eval_logical_op { - EVAL_LOGICAL_OP_AND = 0, - EVAL_LOGICAL_OP_OR, + EVAL_LOGICAL_OP_OR = 0, + EVAL_LOGICAL_OP_AND, /* number of comparison strings */ EVAL_NUM_LOGICAL_OPS, }; |