Remove a spurious semicolon

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1775 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-02-19 10:21:33 +00:00
parent 3bbe5e7a52
commit e36d8ae576
+1 -1
View File
@@ -41,7 +41,7 @@ using std::endl;
if (CUtils::Debug()) { \
cout << f << endl; \
} \
} while (0);
} while (0)
static inline void SetFdCloseOnExec(int fd)
{