avoid single quote in error msg

This commit is contained in:
tromp 2017-03-27 19:46:58 -04:00
parent b235b80d51
commit d5bd4bdb34
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ static_assert(NSLOTPAIRS <= 1<<CANTORBITS, "cantor throws a fit");
#elif TREEMINBITS <= 32
typedef u32 tree_t;
#else
#error tree doesn't fit in 32 bits
#error tree doesnt fit in 32 bits
#endif
#define TREEBYTES sizeof(tree_t)