From e36d8ae5760e414b0fd7d21b64a3c12f7adeb004 Mon Sep 17 00:00:00 2001 From: psychon Date: Fri, 19 Feb 2010 10:21:33 +0000 Subject: [PATCH] Remove a spurious semicolon git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1775 726aef4b-f618-498e-8847-2d620e286838 --- Utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils.h b/Utils.h index f15d46c9..b31121af 100644 --- a/Utils.h +++ b/Utils.h @@ -41,7 +41,7 @@ using std::endl; if (CUtils::Debug()) { \ cout << f << endl; \ } \ -} while (0); +} while (0) static inline void SetFdCloseOnExec(int fd) {