summaryrefslogtreecommitdiff
path: root/gflib/characters.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-11-02 18:34:05 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-11-02 18:34:05 -0400
commit929aade0fd0e5ea0fba4e18650bda02e6a943ba5 (patch)
treee9d147e629eae922d0da137e46f002e0139bdb99 /gflib/characters.h
parent36039e1b86631bf92c6bb06ee27357a6a40ca4bd (diff)
Fix braille slash
Diffstat (limited to 'gflib/characters.h')
-rw-r--r--gflib/characters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gflib/characters.h b/gflib/characters.h
index 480652df0..714904aa4 100644
--- a/gflib/characters.h
+++ b/gflib/characters.h
@@ -300,7 +300,7 @@
#define BRAILLE_CHAR_O 0x19
//
#define BRAILLE_CHAR_N 0x1B
-#define BRAILLE_CHAR_EXCL_MARK 0x1C
+#define BRAILLE_CHAR_EXCL_MARK 0x1C
#define BRAILLE_CHAR_R 0x1D
#define BRAILLE_CHAR_T 0x1E
#define BRAILLE_CHAR_Q 0x1F