From 15d51ff033c4e7f84b75f28c7448fb818e676839 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 13 Jan 2022 13:46:29 +0000 Subject: Document the sysconf header file. --- src/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc.cpp') diff --git a/src/misc.cpp b/src/misc.cpp index 0de63b748..290bf8067 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -617,7 +617,7 @@ Anope::string Anope::VersionBuildString() #endif Anope::string flags; -#ifdef DEBUG_BUILD +#if DEBUG_BUILD flags += "D"; #endif #ifdef VERSION_GIT -- cgit