aboutsummaryrefslogtreecommitdiff
path: root/src/normalise.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/normalise.cc')
-rw-r--r--src/normalise.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normalise.cc b/src/normalise.cc
index c7be53206..39867bfe5 100644
--- a/src/normalise.cc
+++ b/src/normalise.cc
@@ -202,7 +202,7 @@ FSId normaliseFState(FSId id, FSIdSet pending)
/* For this output path, find the references to other paths contained
in it. */
Strings refPaths = filterReferences(path,
- Strings(allPaths.begin(), allPaths.end()));
+ Strings(allPaths.begin(), allPaths.end()));
/* Construct a slice element for this output path. */
SliceElem elem;