summaryrefslogtreecommitdiff
path: root/src/cp-hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cp-hash.c')
-rw-r--r--src/cp-hash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cp-hash.c b/src/cp-hash.c
index 6200f5e9b..a9aa16b06 100644
--- a/src/cp-hash.c
+++ b/src/cp-hash.c
@@ -52,8 +52,8 @@ static Hash_table *src_to_dest;
/* Initial size of the above hash table. */
#define INITIAL_TABLE_SIZE 103
-static unsigned int
-src_to_dest_hash (void const *x, unsigned int table_size)
+static size_t
+src_to_dest_hash (void const *x, size_t table_size)
{
struct Src_to_dest const *p = x;