diff options
| author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-12-23 14:31:38 +0000 | 
|---|---|---|
| committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-12-23 14:31:38 +0000 | 
| commit | 3710eaebe074ad81a404a5a6a0d2699a970c45ed (patch) | |
| tree | 51d5836560e12d4672e576bc8998468477edd35c | |
| parent | [w3m-dev 02699] initialization too late (diff) | |
| download | w3m-3710eaebe074ad81a404a5a6a0d2699a970c45ed.tar.gz w3m-3710eaebe074ad81a404a5a6a0d2699a970c45ed.zip  | |
run make indent
| -rw-r--r-- | mktable.c | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -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)  | 
