[X2Go-Commits] [nx-libs] 281/429: nxcomp/src/BlockCacheSet.cpp: Amend comment behind if-clause closure.
git-admin at x2go.org
git-admin at x2go.org
Mon Oct 18 09:36:49 CEST 2021
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch 3.6.x
in repository nx-libs.
commit ff0c2b1484e6e8a9f47d4ba78bbff54bf734c2f1
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Jun 8 08:12:17 2021 +0200
nxcomp/src/BlockCacheSet.cpp: Amend comment behind if-clause closure.
---
nxcomp/src/BlockCacheSet.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nxcomp/src/BlockCacheSet.cpp b/nxcomp/src/BlockCacheSet.cpp
index 1f79b2dd0..98546b773 100644
--- a/nxcomp/src/BlockCacheSet.cpp
+++ b/nxcomp/src/BlockCacheSet.cpp
@@ -57,7 +57,7 @@ BlockCacheSet::~BlockCacheSet()
delete caches_[i];
delete[]caches_;
- #endif /* if defined(__CYGWIN__) || defined(__CYGWIN32__) */
+ #endif /* if !(defined(__CYGWIN__) || defined(__CYGWIN32__)) */
}
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list