summaryrefslogtreecommitdiff
path: root/src/cp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cp.c')
-rw-r--r--src/cp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cp.c b/src/cp.c
index cc958d192..035526922 100644
--- a/src/cp.c
+++ b/src/cp.c
@@ -405,7 +405,7 @@ make_dir_parents_private (char const *const_dir, size_t src_offset,
slash++;
while ((slash = strchr (slash, '/')))
{
- struct dir_attr *new IF_LINT (= NULL);
+ struct dir_attr *new IF_LINT ( = NULL);
bool missing_dir;
*slash = '\0';