return PR_TRUE in NET_RegisterAboutProtocol to reduce Mac compiler warnings

git-svn-id: svn://10.0.0.236/trunk@16836 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brade%netscape.com
1998-12-23 14:31:48 +00:00
parent 4a5704d1c0
commit 23c492b7b6

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