stop tripping myself up

git-svn-id: svn://10.0.0.236/trunk@42943 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shaver%netscape.com
1999-08-10 06:47:38 +00:00
parent d1add0c0a4
commit 617d646666

View File

@@ -202,7 +202,7 @@ print_IID(struct nsID *iid, FILE *file)
{
char iid_buf[UUID_LENGTH];
xpidl_sprint_iid(id, iid_buf);
xpidl_sprint_iid(iid, iid_buf);
fprintf(file, "%s\n", iid_buf);
}
#endif