diff options
Diffstat (limited to 'trie.h')
-rw-r--r-- | trie.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ struct trie_leaf { /** * An arbitrary value associated with this leaf. */ - const void *value; + void *value; /** * The length of the key in bytes. |