Fix braille slash

This commit is contained in:
GriffinR 2021-11-02 18:34:05 -04:00
parent 36039e1b86
commit 929aade0fd
2 changed files with 2 additions and 2 deletions

View File

@ -371,7 +371,7 @@ int AsmFile::ReadBraille(unsigned char* s)
{ ':', BRAILLE_CHAR_COLON },
{ ';', BRAILLE_CHAR_SEMICOLON },
{ '-', BRAILLE_CHAR_HYPHEN },
{ '/', BRAILLE_CHAR_PAREN },
{ '/', BRAILLE_CHAR_SLASH },
{ '(', BRAILLE_CHAR_PAREN },
{ ')', BRAILLE_CHAR_PAREN },
{ '\'', BRAILLE_CHAR_APOSTROPHE },