Clean up.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2388 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer
2003-01-07 16:36:18 +00:00
parent 0f36fca33f
commit a5b12f1b3e
2 changed files with 4 additions and 5 deletions
@@ -1,6 +1,6 @@
/* /*
Cross References. Scanner.
Copyright (c) 2002 OpenBeOS. Copyright (c) 2002 OpenBeOS.
@@ -133,12 +133,11 @@ StatusWindow::MessageReceived(BMessage *msg)
break; break;
case 'page': case 'page':
fPage = ""; fPage = "";
#if PATTERN_SUPPORT
if (fPass == 0) if (fPass == 0)
fPage << "Collecting Patterns Page: " << ++fPageCount; fPage << "Collecting Patterns Page: " << fPageCount;
else else
#endif fPage << "Generating Page: " << fPageCount;
fPage << "Generating Page: " << ++fPageCount; fPageCount ++;
if (fPageCount == fPages) { if (fPageCount == fPages) {
fPass ++; fPass ++;
fPageCount = 0; fPageCount = 0;