return PR_TRUE in NET_RegisterAboutProtocol to reduce Mac compiler warnings

This commit is contained in:
brade%netscape.com 1998-12-23 14:31:48 +00:00
parent 1ed17c58cd
commit 456b5bd8a4

View File

@ -880,6 +880,7 @@ PRBool NET_RegisterAboutProtocol(const char *token,
return PR_FALSE;
}
PL_HashTableAdd(net_AboutTable, token, callback);
return PR_TRUE;
}
PRIVATE int32