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

Minor stylistic change.

[SVN r79593]
This commit is contained in:
Jurko Gospodnetić
2012-07-19 02:58:55 +00:00
parent 681b6609af
commit 4e711ebd44

View File

@@ -162,7 +162,7 @@ OBJECT * search( OBJECT * target, timestamp * const time,
{
if ( DEBUG_SEARCH )
printf(" search %s: found explicitly located target %s\n",
object_str( target ), object_str( ba->target ) );
object_str( target ), object_str( ba->target ) );
if ( another_target )
*another_target = ba->target;
found = 1;