summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Hashtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hashtable.c b/Hashtable.c
index a0cfc9e0..2756b232 100644
--- a/Hashtable.c
+++ b/Hashtable.c
@@ -52,7 +52,7 @@ static void Hashtable_dump(const Hashtable* this) {
i,
this->buckets[i].key,
this->buckets[i].probe,
- this->buckets[i].value ? (const void*)this->buckets[i].value : "(nil)");
+ this->buckets[i].value);
if (this->buckets[i].value)
items++;

© 2014-2024 Faster IT GmbH | imprint | privacy policy