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:
bryner%uiuc.edu
1999-12-28 20:26:56 +00:00
parent a017a19fe4
commit 4402af7a65
3 changed files with 3 additions and 3 deletions

View File

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