Adding newline to end of file. HP chokes with out a \n at the end

This commit is contained in:
jdunn%netscape.com 1999-05-04 18:52:12 +00:00
Родитель 8a105288c4
Коммит dab44a20fd
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -521,4 +521,5 @@ nsresult NS_NewNetSupportDialogFactory(nsIFactory** aFactory)
}
*aFactory = inst;
return rv;
}
}