summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--cmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmap.h b/cmap.h
index 0ec86672..e4feba41 100644
--- a/cmap.h
+++ b/cmap.h
@@ -134,7 +134,7 @@ static inline size_t cmap_##tag##_bucket(CMap_##tag cm, KeyRaw rawKey) { \
cdef_swap(CMapEntry_##tag, cm._vec.data[erased_idx], cm._vec.data[idx]); \
return erased_idx; \
} \
- return idx; \
+ return idx; \
case CMapEntry_ERASED: \
if (erased_idx == cap) erased_idx = idx; \
break; \