diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-02 18:34:05 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-02 18:34:05 -0400 |
commit | 929aade0fd0e5ea0fba4e18650bda02e6a943ba5 (patch) | |
tree | e9d147e629eae922d0da137e46f002e0139bdb99 /gflib/characters.h | |
parent | 36039e1b86631bf92c6bb06ee27357a6a40ca4bd (diff) |
Fix braille slash
Diffstat (limited to 'gflib/characters.h')
-rw-r--r-- | gflib/characters.h | 2 |
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 |