diff --git a/Cytoplasm/src/HashMap.c b/Cytoplasm/src/HashMap.c index b96973a..424939b 100644 --- a/Cytoplasm/src/HashMap.c +++ b/Cytoplasm/src/HashMap.c @@ -429,7 +429,7 @@ HashMapKeys(HashMap * map) } Array * -HashMapValues(HashMap *map) +HashMapValues(HashMap * map) { Array *arr;