aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mktable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mktable.c b/mktable.c
index b6dbd00..b57f804 100644
--- a/mktable.c
+++ b/mktable.c
@@ -1,4 +1,4 @@
-/* $Id: mktable.c,v 1.4 2001/12/21 21:37:12 ukai Exp $ */
+/* $Id: mktable.c,v 1.5 2001/12/23 14:31:38 ukai Exp $ */
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
@@ -18,7 +18,7 @@ defhash(HashItem_ss *, int, hss_i)
#define keycomp(x,y) ((x)==(y))
static uintptr_t hashfunc(HashItem_ss * x)
{
- return (uintptr_t)x;
+ return (uintptr_t) x;
}
defhashfunc(HashItem_ss *, int, hss_i)