diff options
| author | Paul Buetow <paul@buetow.org> | 2008-10-20 18:46:11 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-10-20 18:46:11 +0000 |
| commit | f2bd5d24361d703359494daed291e277bce6eb03 (patch) | |
| tree | 2012bb281b45adaf86425a52443854c4d4c35eb3 /src/data/hash.c | |
| parent | 1956010ec79fbab604efc2b60d0af325e91f67b8 (diff) | |
no lines longer than 80chars.
Diffstat (limited to 'src/data/hash.c')
| -rw-r--r-- | src/data/hash.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/data/hash.c b/src/data/hash.c index 5555eb1..5a80402 100644 --- a/src/data/hash.c +++ b/src/data/hash.c @@ -204,7 +204,8 @@ hash_nextaddr(Hash *p_hash, int i_max_tries, char *c_key, int i_addr, void hash_print(Hash *p_hash) { - printf("hash_print [size:%d,cur:%d] syntax (flag[,key][=TYPE[<val>]]):\n -> ", + printf("hash_print [size:%d,cur:%d] syntax " + " (flag[,key][=TYPE[<val>]]):\n -> ", p_hash->i_size,p_hash->i_cur_size); for (int i = 0; i < p_hash->i_size; ++i) { |
