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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cp-hash.c b/src/cp-hash.c
index 85182ad6d..48d2841e1 100644
--- a/src/cp-hash.c
+++ b/src/cp-hash.c
@@ -66,7 +66,8 @@ src_to_dest_hash (void const *x, unsigned int table_size)
return (uintmax_t) p->st_ino % table_size;
}
-/* Compare two Src_to_dest entries. Return true if their keys are judged `equal'. */
+/* Compare two Src_to_dest entries.
+ Return true if their keys are judged `equal'. */
static bool
src_to_dest_compare (void const *x, void const *y)
{