commit 736cf7e7e4caca004659e155e410bbbe46d7fac1
parent c680afea4766750f0a7d8d1a0c51ebe51986d02b
Author: hhvn <dev@hhvn.uk>
Date: Sat, 15 Jan 2022 10:45:05 +0000
s/parse.h: change {..} to [..]
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/parse.h b/src/parse.h
@@ -35,8 +35,8 @@
#define GRP_SEP ":"
#define LNK_SEP ";" GRP_SEP
#define SYM_SEP "+ "
-#define SEQ_BEGIN '{'
-#define SEQ_END '}'
+#define SEQ_BEGIN '['
+#define SEQ_END ']'
#define SEQ_SEP ","
#define SEQ_NONE '_'