removing ';' from the end of the macros, since the macro in nsTimer.h

already handles the trailing ';'.
NOTE: trying to compile a ';' fails on AIX
This commit is contained in:
jdunn@netscape.com
1999-11-11 21:35:34 +00:00
parent 045d8eae8e
commit 6e45bc00de
11 changed files with 17 additions and 17 deletions

View File

@@ -492,7 +492,7 @@ protected:
// if there is no mWindow, this will keep track of the bounds --dwc0001
nsRect mBounds;
MOZ_TIMER_DECLARE(mTotalTime);
MOZ_TIMER_DECLARE(mTotalTime)
#ifdef DETECT_WEBSHELL_LEAKS
private: