aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 6e52ea0..197f63a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -289,7 +289,7 @@ eqnprint(eqn_t *a)
[NOT - NOT] = {"¬", 1},
[OR - NOT] = {"∨", 1},
[AND - NOT] = {"∧", 1},
- [XOR - NOT] = {"⊻", 1},
+ [XOR - NOT] = {"⊕", 1},
[IMPL - NOT] = {"⇒", 1},
[EQUIV - NOT] = {"⇔", 1},
};