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:
@@ -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);
|
||||
|
||||
@@ -302,4 +302,4 @@ nsresult NS_NewCommonDialogsFactory(nsIFactory** aResult)
|
||||
}
|
||||
*aResult = inst;
|
||||
return rv;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -109,4 +109,4 @@ nsresult NS_NewDialogParamBlockFactory(nsIFactory** aResult)
|
||||
}
|
||||
*aResult = inst;
|
||||
return rv;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user