nspr: update nspr to hg rev 753fe0f7964c

This commit is contained in:
Roy Tam 2019-02-22 21:39:39 +08:00
commit 50f657b9c7
14 changed files with 54 additions and 50 deletions

View file

@ -151,7 +151,7 @@ main()
int
main()
{
prinf("PASS\n");
printf("PASS\n");
return 0;
}
#endif