fixing misplaced #endif

This commit is contained in:
dveditz%netscape.com 1999-08-11 01:01:33 +00:00
parent 4576437669
commit 0f2054b30f

View File

@ -184,10 +184,10 @@ nsInstallFolder::SetDirectoryPath(const nsString& aFolderID, const nsString& aRe
*mFileSpec += "Plugins";
#else
*mFileSpec += "plugins";
#endif
}
else
mFileSpec = nsnull;
#endif
}
break;