diff options
-rw-r--r-- | proc/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/hash.c b/proc/hash.c index 89638331..eb906851 100644 --- a/proc/hash.c +++ b/proc/hash.c @@ -35,7 +35,7 @@ struct htable { void **tab; int *ids; - void ****locps; + void ****locps; /* four, count them, four stars */ int size; }; #define HASH_DEL ((void *) -1) |