aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cxx/module.cxx')
-rw-r--r--build2/cxx/module.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cxx/module.cxx b/build2/cxx/module.cxx
index 8e83a9b..32f811a 100644
--- a/build2/cxx/module.cxx
+++ b/build2/cxx/module.cxx
@@ -194,7 +194,7 @@ namespace build2
<< " build " << ci.version.build << "\n"
<< " signature " << ci.signature << "\n"
<< " checksum " << ci.checksum << "\n"
- << " target " << ci.target << "";
+ << " target " << ci.target;
}
r.assign ("cxx.id", string_type) = ci.id.string ();