Fixed compilation error in procaddr.c
authorRafał Długołęcki <kontakt@dlugolecki.net.pl>
Wed, 24 Jul 2013 07:17:27 +0000 (09:17 +0200)
committerRafał Długołęcki <kontakt@dlugolecki.net.pl>
Wed, 24 Jul 2013 07:17:27 +0000 (09:17 +0200)
src/int/procaddr.c

index 4977c69bfb72ca5984459cff9e10a1b0429d2623..8ae23aa9fb6d4eb20771536a1986fc2ff70abd1e 100644 (file)
@@ -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));
 }