summaryrefslogtreecommitdiffstats
path: root/common/dhash/dhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/dhash/dhash.h')
-rw-r--r--common/dhash/dhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dhash/dhash.h b/common/dhash/dhash.h
index 4f97f69eb..2bc5e6e39 100644
--- a/common/dhash/dhash.h
+++ b/common/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;