summaryrefslogtreecommitdiff
path: root/src/copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/copy.c')
-rw-r--r--src/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copy.c b/src/copy.c
index 1f1403e1f..7b65f7ca2 100644
--- a/src/copy.c
+++ b/src/copy.c
@@ -756,7 +756,7 @@ record_file (Hash_table *ht, char const *filename,
if (ht == NULL)
return;
- ent = (struct F_triple *) xmalloc (sizeof *ent);
+ ent = xmalloc (sizeof *ent);
ent->name = xstrdup (filename);
if (stats)
{