Renaming incorrectly named argument.

git-svn-id: svn://10.0.0.236/trunk@171021 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com 2005-03-23 00:14:59 +00:00
parent c545964071
commit cfe5c7a8d0

View File

@ -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) {