Fix a warning. r=mcafee.
git-svn-id: svn://10.0.0.236/trunk@56573 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -267,7 +267,7 @@ void TestCase_NestedLoop(void *arg)
|
||||
NS_GET_IID(nsIProxyObjectManager),
|
||||
(nsISupports **)&manager);
|
||||
|
||||
printf("ProxyObjectManager: %d \n", manager);
|
||||
printf("ProxyObjectManager: %p \n", manager);
|
||||
|
||||
PR_ASSERT(manager);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user