From f5f19f06370e881c94a36e7f62819b4030e92eba Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Wed, 19 Dec 2001 02:43:21 +0000 Subject: [PATCH] fix stupid checkin that should not have landed git-svn-id: svn://10.0.0.236/trunk@110772 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/io/nsLocalFileMac.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/io/nsLocalFileMac.cpp b/mozilla/xpcom/io/nsLocalFileMac.cpp index 17170868bba..35425464b5f 100644 --- a/mozilla/xpcom/io/nsLocalFileMac.cpp +++ b/mozilla/xpcom/io/nsLocalFileMac.cpp @@ -2473,7 +2473,7 @@ NS_IMETHODIMP nsLocalFile::GetURL(char * *aURL) PRBool dir; rv = IsDirectory(&dir); NS_ASSERTION(NS_SUCCEEDED(rv), "Cannot tell if this is a directory"); - if (NS_SUCCEEDED(rv) && dir && ) { + if (NS_SUCCEEDED(rv) && dir) { // make sure we have a trailing slash escPath += "/"; }