Skip to content
Snippets Groups Projects
Commit f1efcfed authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix backslash in language_test.h

parent 3b186a55
Branches
Tags
No related merge requests found
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
#define STRG_ASCII_2 _UxGT(" !\"#$%&'()*+,-./") #define STRG_ASCII_2 _UxGT(" !\"#$%&'()*+,-./")
#define STRG_ASCII_3 _UxGT("0123456789:;<=>?") #define STRG_ASCII_3 _UxGT("0123456789:;<=>?")
#define STRG_ASCII_4 _UxGT("@ABCDEFGHIJKLMNO") #define STRG_ASCII_4 _UxGT("@ABCDEFGHIJKLMNO")
#define STRG_ASCII_5 _UxGT("PQRSTUVWXYZ[\]^_") #define STRG_ASCII_5 _UxGT("PQRSTUVWXYZ[\\]^_")
#define STRG_ASCII_6 _UxGT("`abcdefghijklmno") #define STRG_ASCII_6 _UxGT("`abcdefghijklmno")
#define STRG_ASCII_7 _UxGT("pqrstuvwxyz{|}~") #define STRG_ASCII_7 _UxGT("pqrstuvwxyz{|}~")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment