aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}