Commit 8d16e7a3 authored by Erik Dubbelboer's avatar Erik Dubbelboer
Browse files

Update src/dict.c

parent 65fd32ab
...@@ -280,7 +280,7 @@ int dictAdd(dict *d, void *key, void *val) ...@@ -280,7 +280,7 @@ int dictAdd(dict *d, void *key, void *val)
* a value returns the dictEntry structure to the user, that will make * a value returns the dictEntry structure to the user, that will make
* sure to fill the value field as he wishes. * sure to fill the value field as he wishes.
* *
* This function is also directly exposed to user API to be called * This function is also directly exposed to the user API to be called
* mainly in order to store non-pointers inside the hash value, example: * mainly in order to store non-pointers inside the hash value, example:
* *
* entry = dictAddRaw(dict,mykey); * entry = dictAddRaw(dict,mykey);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment