summaryrefslogtreecommitdiff
path: root/libhurd-ihash
diff options
context:
space:
mode:
authormarcus <marcus>2003-08-17 04:18:38 +0000
committermarcus <marcus>2003-08-17 04:18:38 +0000
commit2b51107029ad1a7a0a80c428e4faea5767c1d7c3 (patch)
treeb872eee3bbdb65e02d77b80cc88a41c4fa9a5c4f /libhurd-ihash
parent96a7bb8f28bb72c1e971cf951c359421589814cf (diff)
Beuatify.
Diffstat (limited to 'libhurd-ihash')
-rw-r--r--libhurd-ihash/ihash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhurd-ihash/ihash.h b/libhurd-ihash/ihash.h
index 3d74ac5..5a12795 100644
--- a/libhurd-ihash/ihash.h
+++ b/libhurd-ihash/ihash.h
@@ -36,7 +36,7 @@ typedef void *hurd_ihash_value_t;
The difference is that searches continue though HASH_DEL, but stop
at _HURD_IHASH_EMPTY. */
#define _HURD_IHASH_EMPTY ((hurd_ihash_value_t) 0)
-#define _HURD_IHASH_DELETED ((hurd_ihash_value_t) -1)
+#define _HURD_IHASH_DELETED ((hurd_ihash_value_t) -1)
/* The type of integer we want to use for the keys. */