From: Rafał Długołęcki <kontakt@dlugolecki.net.pl>
Date: Wed, 24 Jul 2013 07:17:27 +0000 (+0200)
Subject: Fixed compilation error in procaddr.c
X-Git-Tag: 3.1~18
X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=d2d59523f83b94a2f9a1333d0cd0f28a6e854938;p=vlp.git

Fixed compilation error in procaddr.c
---

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));
 }