diff options
Diffstat (limited to 'src/core/wee-eval.c')
-rw-r--r-- | src/core/wee-eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-eval.c b/src/core/wee-eval.c index abd1b03db..2fce50097 100644 --- a/src/core/wee-eval.c +++ b/src/core/wee-eval.c @@ -40,7 +40,7 @@ #include "../plugins/plugin.h" -char *logical_ops[EVAL_NUM_LOGICAL_OPS] = { "&&", "||" }; +char *logical_ops[EVAL_NUM_LOGICAL_OPS] = { "||", "&&" }; char *comparisons[EVAL_NUM_COMPARISONS] = { "==", "!=", "<=", "<", ">=", ">", "=~", "!~" }; |