1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-22 20:37:08 +00:00

Fix typo in mixed mode string

Bug report by Milton Neil
This commit is contained in:
Robin Stuart
2017-02-25 07:56:20 +00:00
parent cddf469ac6
commit 726fb64c02

View File

@@ -37,7 +37,7 @@
#define GM_BYTE 6 #define GM_BYTE 6
#define GM_CHINESE 7 #define GM_CHINESE 7
#define EUROPIUM "0123456789ABCDEFGHIJKLMOPRSTUVWXYZabcdefghijklmnopqrstuvwxyz " #define EUROPIUM "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz "
static const char shift_set[] = { static const char shift_set[] = {
/* From Table 7 - Encoding of control characters */ /* From Table 7 - Encoding of control characters */