aboutsummaryrefslogtreecommitdiffstats
path: root/hash.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-07-22 17:33:16 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-07-22 17:33:16 +0000
commite6c62de50cfe0d06a84403f4ec424746e929224b (patch)
treef2c72612017cd8dc1ad70dfb571e4ae83a536de2 /hash.h
parent[w3m-dev 03942] Save history (diff)
downloadw3m-e6c62de50cfe0d06a84403f4ec424746e929224b.tar.gz
w3m-e6c62de50cfe0d06a84403f4ec424746e929224b.zip
fix indent
Diffstat (limited to '')
-rw-r--r--hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hash.h b/hash.h
index 5f1118f..c835902 100644
--- a/hash.h
+++ b/hash.h
@@ -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) \