summaryrefslogtreecommitdiffstats
path: root/dhash/dhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'dhash/dhash.h')
-rw-r--r--dhash/dhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhash/dhash.h b/dhash/dhash.h
index 4f97f69..2bc5e6e 100644
--- a/dhash/dhash.h
+++ b/dhash/dhash.h
@@ -100,7 +100,7 @@ typedef enum
typedef struct hash_key_t {
hash_key_enum type;
union {
- const char *str;
+ char *str;
unsigned long ul;
};
} hash_key_t;