diff options
-rw-r--r-- | build2/parser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/parser.cxx b/build2/parser.cxx index 7dd6a26..c26f0a5 100644 --- a/build2/parser.cxx +++ b/build2/parser.cxx @@ -796,7 +796,7 @@ namespace build2 // if (pns.empty ()) fail (ploc) << "no prerequisites in prerequisite-specific " - << " variable assignment"; + << "variable assignment"; // Set the variable in the last pns.size() prerequisites of each // target. This code is similar to target-specific case above. |