Remove DOS newline introduced by the patch for bug 395534

This commit is contained in:
gavin@gavinsharp.com 2007-11-11 12:25:34 -08:00
parent 72efa0c82d
commit a965161084

View File

@ -464,7 +464,7 @@ function getTargetFile(aFpP, aSkipPrompt)
.getService(Components.interfaces.nsIDownloadManager);
try {
var lastDir = prefs.getComplexValue("lastDir", nsILocalFile);
if ((!aSkipPrompt || !useDownloadDir) && lastDir.exists())
if ((!aSkipPrompt || !useDownloadDir) && lastDir.exists())
dir = lastDir;
else
dir = dnldMgr.userDownloadsDirectory;