From 3e85d01bb2d06e3d03770172b07ebfe9cf447c91 Mon Sep 17 00:00:00 2001 From: "dbradley%netscape.com" Date: Wed, 3 Oct 2001 02:48:40 +0000 Subject: [PATCH] Bug 102294 - printf has an extra parameter. r=jband --- js/src/xpconnect/src/xpcwrappednative.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/src/xpconnect/src/xpcwrappednative.cpp b/js/src/xpconnect/src/xpcwrappednative.cpp index bd9cfb285e9..8fa1ade330b 100644 --- a/js/src/xpconnect/src/xpcwrappednative.cpp +++ b/js/src/xpconnect/src/xpcwrappednative.cpp @@ -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;