Remove ^M that was accidentially checked in.

This commit is contained in:
ddrinan%netscape.com 2001-07-12 18:44:58 +00:00
Родитель 9eca9c6473
Коммит 7eb79900d7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -337,7 +337,7 @@ nsSecureBrowserUIImpl::OnStateChange(nsIWebProgress* aWebProgress,
!nsCRT::strncmp((const char*) temp, "jar:", 4) ||
!nsCRT::strncmp((const char*) temp, "javascript:", 10) ||
!nsCRT::strcmp((const char*) temp, "about:layout-dummy-request") ||
!nsCRT::strcmp((const char*) temp, "about:parser-dummy-request")) {
!nsCRT::strcmp((const char*) temp, "about:parser-dummy-request")) {
return NS_OK;
}