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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cp-hash.c b/src/cp-hash.c
index 858be07fa..b929d9ab9 100644
--- a/src/cp-hash.c
+++ b/src/cp-hash.c
@@ -148,9 +148,9 @@ extern void
hash_init (void)
{
src_to_dest = hash_initialize (INITIAL_TABLE_SIZE, NULL,
- src_to_dest_hash,
- src_to_dest_compare,
- src_to_dest_free);
+ src_to_dest_hash,
+ src_to_dest_compare,
+ src_to_dest_free);
if (src_to_dest == NULL)
xalloc_die ();
}