fix typo that was causing bustage on some compilers

This commit is contained in:
jband%netscape.com 1999-10-31 03:02:43 +00:00
Родитель ff86c1b5d4
Коммит d5a463b686
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -524,7 +524,7 @@ nsGfxTextControlFrame::DoesAttributeExist(nsIAtom *aAtt)
nsresult
nsGfxTextControlFrame::CreateSubDoc(nsRect *aSizeOfSubdocContainer)
{
if (!mFramePresContext) { nsresult NS_ERROR_NULL_POINTER; }
if (!mFramePresContext) { return NS_ERROR_NULL_POINTER; }
nsresult rv = NS_OK;