Fixed the missing newline bug that was upsetting HP.

This commit is contained in:
briano%netscape.com 1999-08-12 01:53:17 +00:00
Родитель f951f1f9e3
Коммит 5c04b254d7
5 изменённых файлов: 5 добавлений и 5 удалений

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

@ -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);