minor warnings fixes

This commit is contained in:
alecf%netscape.com 1999-02-05 05:42:27 +00:00
parent 73ec4c6059
commit 727bc7e23f
2 changed files with 3 additions and 3 deletions

View File

@ -162,7 +162,7 @@ nsNNTPArticleList::FinishAddingArticleKeys()
return 0;
}
extern "C" {
NS_BEGIN_EXTERN_C
nsresult
NS_NewArticleList(nsINNTPArticleList **articleList,
@ -175,4 +175,4 @@ NS_NewArticleList(nsINNTPArticleList **articleList,
(void **)articleList);
}
}
NS_END_EXTERN_C

View File

@ -767,7 +767,7 @@ nsNNTPHost::ProcessLine(char* line, PRUint32 line_size)
}
}
else {
PRInt32 depth;
PRUint32 depth;
rv = m_hostinfo->GetDepth(&depth);
if (NS_SUCCEEDED(rv))