diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-02 17:11:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-02 17:11:17 +0200 |
commit | cf7f6e39c64ba5970fb6b43e92d5db839d0ac1e3 (patch) | |
tree | bd6a6576aefb2020f7fb224b5b65752219d10130 /build/b.cxx | |
parent | 52705094236da4646123dfdeee8141204dd2a227 (diff) |
Remove stray space
Diffstat (limited to 'build/b.cxx')
-rw-r--r-- | build/b.cxx | 2 |
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; } |