mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 02:31:41 +00:00
trivial fix to get rid of warning from copy/paste error - was passing unused argument to printf
This commit is contained in:
parent
cd41cc8e0f
commit
021034bc23
@ -342,7 +342,7 @@ xpctestEcho::PrintArgTypes(void)
|
||||
if(NS_FAILED(cc->GetArgv(&argv)))
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
printf("argv types = [", (int)argc);
|
||||
printf("argv types = [");
|
||||
|
||||
for(PRUint32 i = 0; i < argc; i++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user