aboutsummaryrefslogtreecommitdiffstats
path: root/src/cp-hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cp-hash.c')
-rw-r--r--src/cp-hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cp-hash.c b/src/cp-hash.c
index e1ee964bf..423fcda23 100644
--- a/src/cp-hash.c
+++ b/src/cp-hash.c
@@ -112,7 +112,7 @@ src_to_dest_lookup (ino_t ino, dev_t dev)
Return NULL if inserted, otherwise non-NULL. */
extern char *
-remember_copied (const char *name, ino_t ino, dev_t dev)
+remember_copied (char const *name, ino_t ino, dev_t dev)
{
struct Src_to_dest *ent;
struct Src_to_dest *ent_from_table;