From d2d59523f83b94a2f9a1333d0cd0f28a6e854938 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Wed, 24 Jul 2013 09:17:27 +0200 Subject: [PATCH] Fixed compilation error in procaddr.c --- src/int/procaddr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/int/procaddr.c b/src/int/procaddr.c index 4977c69..8ae23aa 100644 --- a/src/int/procaddr.c +++ b/src/int/procaddr.c @@ -205,7 +205,7 @@ static int hash_mess(procaddr *mess) { return hash % (thisp->hash_size); } -static int hash_2( hash_1 ) hash_1;{ +static int hash_2(int hash_1 ) { return thisp->hash_size -2 - (hash_1 % (thisp->hash_size - 2)); } -- 2.30.2