add static to GetTagName to reduce Macintosh compiler warnings

This commit is contained in:
brade%netscape.com 1999-03-02 23:28:04 +00:00
parent ec5b768afd
commit ec3473f9d5
2 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,7 @@ static RTFEntry gRTFTable[] = {
* @param
* @return
*/
static
const char* GetTagName(eRTFTags aTag) {
PRInt32 cnt=sizeof(gRTFTable)/sizeof(RTFEntry);
PRInt32 low=0;

View File

@ -111,6 +111,7 @@ static RTFEntry gRTFTable[] = {
* @param
* @return
*/
static
const char* GetTagName(eRTFTags aTag) {
PRInt32 cnt=sizeof(gRTFTable)/sizeof(RTFEntry);
PRInt32 low=0;