From 0a4ce1b600e780bd553c19dad3e4dfd51a80af89 Mon Sep 17 00:00:00 2001 From: "eyork%netscape.com" Date: Fri, 25 Sep 1998 00:52:46 +0000 Subject: [PATCH] Fix Solaris build problem git-svn-id: svn://10.0.0.236/trunk@11003 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/motif/nsTextWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/widget/src/motif/nsTextWidget.cpp b/mozilla/widget/src/motif/nsTextWidget.cpp index 4c70630d896..f32248cf232 100644 --- a/mozilla/widget/src/motif/nsTextWidget.cpp +++ b/mozilla/widget/src/motif/nsTextWidget.cpp @@ -173,7 +173,7 @@ NS_METHOD nsTextWidget::SetPassword(PRBool aIsPassword) { if (mWidget == nsnull && aIsPassword) { mMakePassword = PR_TRUE; - return; + return NS_OK; } if (aIsPassword) {