mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-08 22:08:16 +00:00
return PR_TRUE in NET_RegisterAboutProtocol to reduce Mac compiler warnings
This commit is contained in:
parent
1ed17c58cd
commit
456b5bd8a4
@ -880,6 +880,7 @@ PRBool NET_RegisterAboutProtocol(const char *token,
|
||||
return PR_FALSE;
|
||||
}
|
||||
PL_HashTableAdd(net_AboutTable, token, callback);
|
||||
return PR_TRUE;
|
||||
}
|
||||
|
||||
PRIVATE int32
|
||||
|
Loading…
Reference in New Issue
Block a user