fixing typos

This commit is contained in:
Ange 2018-04-22 17:09:25 +02:00
parent 134765b1b4
commit 1c30c45577
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@
#endif
#define VARIANT1_1(p) \
if (variant > 1) \
if (VARIANT > 1) \
{ \
const uint8_t tmp = reinterpret_cast<const uint8_t*>(p)[11]; \
static const uint32_t table = 0x75312; \