From 656d7c36e160d1fd519efc58220c38383eb74650 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 24 Feb 2007 20:22:54 +0000 Subject: [PATCH] Add missing semicolon [SVN r37054] --- src/build-system.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build-system.jam b/src/build-system.jam index e3d4943c1..1f36fbf67 100755 --- a/src/build-system.jam +++ b/src/build-system.jam @@ -250,7 +250,7 @@ if ! [ feature.values ] ECHO "warning: Configuring default toolset" \"$(default-toolset)\". ; ECHO "warning: If the default is wrong, you may not be able to build C++ programs." ; ECHO "warning: Use the \"--toolset=xxxxx\" option to override our guess." ; - ECHO "warning: For more configuration options, please consult" + ECHO "warning: For more configuration options, please consult" ; ECHO "warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html" ;