Commit 591dbbf1 authored by Masaki Muranaka's avatar Masaki Muranaka

Change the place of the close parenthesis. Even though it probably cause no bugs for current code.

parent 2e937a5b
......@@ -22,7 +22,7 @@ typedef khint_t khiter_t;
#endif
#define KHASH_MIN_SIZE 8
#define UPPER_BOUND(x) ((x)>>2|(x>>1))
#define UPPER_BOUND(x) ((x)>>2|(x)>>1)
//extern uint8_t __m[];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment