aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-02 17:11:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-02 17:11:17 +0200
commitcf7f6e39c64ba5970fb6b43e92d5db839d0ac1e3 (patch)
treebd6a6576aefb2020f7fb224b5b65752219d10130 /build
parent52705094236da4646123dfdeee8141204dd2a227 (diff)
Remove stray space
Diffstat (limited to 'build')
-rw-r--r--build/b.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/b.cxx b/build/b.cxx
index d2d813a..2264c62 100644
--- a/build/b.cxx
+++ b/build/b.cxx
@@ -67,7 +67,7 @@ main (int argc, char* argv[])
{
cout << "build2 0.0.0" << endl
<< "Copyright (c) 2014-2015 Code Synthesis Ltd" << endl
- << "This is free software released under the MIT license. " << endl;
+ << "This is free software released under the MIT license." << endl;
return 0;
}