From 726fb64c02927a0c9986c106c2fc9830de7ae143 Mon Sep 17 00:00:00 2001 From: Robin Stuart Date: Sat, 25 Feb 2017 07:56:20 +0000 Subject: [PATCH] Fix typo in mixed mode string Bug report by Milton Neil --- backend/gridmtx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/gridmtx.h b/backend/gridmtx.h index cd45a616..5298728f 100644 --- a/backend/gridmtx.h +++ b/backend/gridmtx.h @@ -37,7 +37,7 @@ #define GM_BYTE 6 #define GM_CHINESE 7 -#define EUROPIUM "0123456789ABCDEFGHIJKLMOPRSTUVWXYZabcdefghijklmnopqrstuvwxyz " +#define EUROPIUM "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz " static const char shift_set[] = { /* From Table 7 - Encoding of control characters */