diff options
-rw-r--r-- | lpg/libqr/constants.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lpg/libqr/constants.c b/lpg/libqr/constants.c index 86f08ff..797d853 100644 --- a/lpg/libqr/constants.c +++ b/lpg/libqr/constants.c @@ -92,7 +92,7 @@ const int QR_RS_BLOCK_COUNT[40][4][2] = { { 1, 0, 1, 0, 1, 0, 1, 0 }, /* 2 */ { 1, 0, 1, 0, 2, 0, 2, 0 }, /* 3 */ { 1, 0, 2, 0, 2, 0, 4, 0 }, /* 4 */ - { 1, 0, 2, 0, 2, 0, 2, 0 }, /* 5 */ + { 1, 0, 2, 0, 2, 2, 2, 2 }, /* 5 */ { 2, 0, 4, 0, 4, 0, 4, 0 }, /* 6 */ { 2, 0, 4, 0, 2, 4, 4, 1 }, /* 7 */ { 2, 0, 2, 2, 4, 2, 4, 2 }, /* 8 */ |