Skip to content

Commit

Permalink
corrected a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xant committed Jan 7, 2014
1 parent 2348d0e commit e364e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hashtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ void *ht_get_deep_copy(hashtable_t *table, void *key, size_t klen, size_t *dlen,
* @param klen : The length of the key
* @param data : A pointer to the data to store
* @param dlen : The size of the data
* @return The previous value if any, NULL otherwise
* @return 0 on success, -1 otherwise
*/
int ht_set(hashtable_t *table, void *key, size_t klen, void *data, size_t dlen);

Expand Down

0 comments on commit e364e69

Please sign in to comment.