diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-07-22 17:33:16 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-07-22 17:33:16 +0000 |
commit | e6c62de50cfe0d06a84403f4ec424746e929224b (patch) | |
tree | f2c72612017cd8dc1ad70dfb571e4ae83a536de2 /hash.h | |
parent | [w3m-dev 03942] Save history (diff) | |
download | w3m-e6c62de50cfe0d06a84403f4ec424746e929224b.tar.gz w3m-e6c62de50cfe0d06a84403f4ec424746e929224b.zip |
fix indent
Diffstat (limited to '')
-rw-r--r-- | hash.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: hash.h,v 1.4 2001/12/10 17:02:44 ukai Exp $ */ +/* $Id: hash.h,v 1.5 2003/07/22 17:33:16 ukai Exp $ */ #ifndef HASH_H #define HASH_H @@ -19,7 +19,7 @@ extern void putHash_##sym(Hash_##sym *t, keytype key, type value); \ extern type getHash_##sym(Hash_##sym *t, keytype key, type failval); defhash(char *, int, si) -defhash(char *, char *, ss) + defhash(char *, char *, ss) defhash(char *, void *, sv) defhash(int, void *, iv) #define defhashfunc(keytype,type,sym) \ |