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 ea5e9e5..26df4b8 100644
--- a/mktable.c
+++ b/mktable.c
@@ -1,4 +1,4 @@
-/* $Id: mktable.c,v 1.7 2002/01/29 16:23:37 ukai Exp $ */
+/* $Id: mktable.c,v 1.8 2002/01/29 19:16:00 ukai Exp $ */
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
@@ -19,7 +19,7 @@ defhash(HashItem_ss *, int, hss_i)
static unsigned long
hashfunc(HashItem_ss * x)
{
- return (unsigned long) x;
+ return (unsigned long)x;
}
/* *INDENT-OFF* */