Minor correction.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13913 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -46,7 +46,7 @@ BStopWatch::BStopWatch(const char *name, bool silent)
|
||||
BStopWatch::~BStopWatch()
|
||||
{
|
||||
if (!fSilent){
|
||||
printf("StopWatch \"%s\": %d usecs.", fName, (int)ElapsedTime());
|
||||
printf("StopWatch \"%s\": %d usecs.\n", fName, (int)ElapsedTime());
|
||||
|
||||
if (fLap) {
|
||||
for (int i = 1; i <= fLap; i++){
|
||||
|
||||
Reference in New Issue
Block a user