2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Fixed formatting.

[SVN r14829]
This commit is contained in:
Vladimir Prus
2002-08-14 10:00:24 +00:00
parent 8575980b41
commit 7db103a85b
2 changed files with 2 additions and 2 deletions

View File

@@ -237,7 +237,7 @@ int main( int argc, char **argv, char **arg_environ )
if( ( s = getoptval( optv, 'v', 0 ) ) )
{
printf( "Boost.Jam " );
printf( "Version %s. %s. ", VERSION, OSMINOR );
printf( "Version %s. %s.\n", VERSION, OSMINOR );
printf( " Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc. \n" );
printf( " Copyright 2001 David Turner.\n" );
printf( " Copyright 2001-2002 David Abrahams.\n" );

View File

@@ -237,7 +237,7 @@ int main( int argc, char **argv, char **arg_environ )
if( ( s = getoptval( optv, 'v', 0 ) ) )
{
printf( "Boost.Jam " );
printf( "Version %s. %s. ", VERSION, OSMINOR );
printf( "Version %s. %s.\n", VERSION, OSMINOR );
printf( " Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc. \n" );
printf( " Copyright 2001 David Turner.\n" );
printf( " Copyright 2001-2002 David Abrahams.\n" );