Fixed the missing newline bug that was upsetting HP.

git-svn-id: svn://10.0.0.236/trunk@43213 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com
1999-08-12 01:53:17 +00:00
parent 86283ca951
commit 1cf8df04f0
5 changed files with 5 additions and 5 deletions

View File

@@ -19,4 +19,4 @@
// Special stuff for the Macintosh implementation of command-line service.
void InitializeMacCommandLine(int& argc, char**& argv);
void InitializeMacCommandLine(int& argc, char**& argv);

View File

@@ -302,4 +302,4 @@ nsresult NS_NewCommonDialogsFactory(nsIFactory** aResult)
}
*aResult = inst;
return rv;
}
}

View File

@@ -109,4 +109,4 @@ nsresult NS_NewDialogParamBlockFactory(nsIFactory** aResult)
}
*aResult = inst;
return rv;
}
}

View File

@@ -2902,4 +2902,4 @@ NS_IMETHODIMP nsWebShellWindow::ConfirmYN(const PRUnichar *text, PRBool *_retval
NS_IMETHODIMP nsWebShellWindow::ConfirmCheckYN(const PRUnichar *text, const PRUnichar *checkMsg, PRBool *checkValue, PRBool *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
}

View File

@@ -19,4 +19,4 @@
// Special stuff for the Macintosh implementation of command-line service.
void InitializeMacCommandLine(int& argc, char**& argv);
void InitializeMacCommandLine(int& argc, char**& argv);