Correct typo, fix HP-UX bustage.

This commit is contained in:
bruce%cybersight.com 1999-05-29 02:15:07 +00:00
parent 5a534f8277
commit 73409a6395

View File

@ -335,7 +335,8 @@ NS_IMETHODIMP nsTextEditor::Init(nsIDOMDocument *aDoc,
#ifdef NEW_DRAG_AND_DROP
result = erP->AddEventListenerByIID(mDragListenerP, nsIDOMDragListener::GetIID());
NS_ASSERTION(NS_SUCCEEDED(result), "failed to register drag listener");
#endif result = NS_OK;
#endif
result = NS_OK;
EnableUndo(PR_TRUE);
}
return result;