Minor correction.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13913 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2005-08-07 17:49:38 +00:00
parent 97d2f9c04d
commit 49b4f78f95
+1 -1
View File
@@ -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++){