diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-19 22:43:32 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-19 22:43:32 +0200 |
commit | 6a1589a2a4549287b6186cdfc0e62a6b0f54603b (patch) | |
tree | e15d00262515727fca6ad72e409a7b6511c87f04 /src/libmdsserver/hash-help.h | |
parent | m (diff) | |
download | mds-6a1589a2a4549287b6186cdfc0e62a6b0f54603b.tar.gz mds-6a1589a2a4549287b6186cdfc0e62a6b0f54603b.tar.bz2 mds-6a1589a2a4549287b6186cdfc0e62a6b0f54603b.tar.xz |
work on mds-colour and list alternative to hash table
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/libmdsserver/hash-help.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmdsserver/hash-help.h b/src/libmdsserver/hash-help.h index 8410370..2216434 100644 --- a/src/libmdsserver/hash-help.h +++ b/src/libmdsserver/hash-help.h @@ -42,7 +42,7 @@ static inline size_t __attribute__((pure)) string_hash(const char* str) /** - * Check whether two `char*` are of equal value + * Check whether two `char*`:s are of equal value * * @param str_a The first string * @param str_b The second string |