summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/util/nrv2b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/nrv2b.c b/src/util/nrv2b.c
index cbb94c0e..031f5d9c 100644
--- a/src/util/nrv2b.c
+++ b/src/util/nrv2b.c
@@ -209,7 +209,7 @@ struct ucl_compress
#define SWD_HSIZE 16384
#define SWD_MAX_CHAIN 2048
-#define SWD_BEST_OFF 1
+#undef SWD_BEST_OFF
#define HEAD3(b,p) \
(((0x9f5f*(((((uint32_t)b[p]<<5)^b[p+1])<<5)^b[p+2]))>>5) & (SWD_HSIZE-1))