Bug 102294 - printf has an extra parameter. r=jband

This commit is contained in:
dbradley%netscape.com 2001-10-03 02:48:40 +00:00
parent 3c7deaae58
commit 9bb2766908

View File

@ -173,8 +173,7 @@ static void DEBUG_TrackShutdownWrapper(XPCWrappedNative* wrapper)
DEBUG_WrappedNativeTotalCalls,
DEBUG_WrappedNativeMethodCalls,
DEBUG_WrappedNativeGetterCalls,
DEBUG_WrappedNativeSetterCalls,
DEBUG_WrappedNativeMethodCalls);
DEBUG_WrappedNativeSetterCalls);
printf("(wrappers / tearoffs): (");
int i;