From cfe5c7a8d05f89bb8bec0886f602beabee464103 Mon Sep 17 00:00:00 2001 From: "jst%mozilla.jstenback.com" Date: Wed, 23 Mar 2005 00:14:59 +0000 Subject: [PATCH] Renaming incorrectly named argument. git-svn-id: svn://10.0.0.236/trunk@171021 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/base/src/ns4xPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/modules/plugin/base/src/ns4xPlugin.cpp b/mozilla/modules/plugin/base/src/ns4xPlugin.cpp index e59c9225f61..4becafac9cd 100644 --- a/mozilla/modules/plugin/base/src/ns4xPlugin.cpp +++ b/mozilla/modules/plugin/base/src/ns4xPlugin.cpp @@ -1044,7 +1044,7 @@ NPError NP_EXPORT _newstream(NPP npp, NPMIMEType type, const char* target, NPStream* *result) { NPN_PLUGIN_LOG(PLUGIN_LOG_NORMAL, - ("NPN_NewStream: npp=%p, type=%s, window=%s\n", (void*)npp, (const char *)type, target)); + ("NPN_NewStream: npp=%p, type=%s, target=%s\n", (void*)npp, (const char *)type, target)); NPError err = NPERR_INVALID_INSTANCE_ERROR; if(npp && npp->ndata) {