summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2022-01-13 13:46:29 +0000
committerSadie Powell <sadie@witchery.services>2022-01-13 13:46:29 +0000
commit15d51ff033c4e7f84b75f28c7448fb818e676839 (patch)
treeb8f4168378c66c2289ab6419008d056a9f153381 /src
parent83bf5ba2550cc643047679f30fbafcac37373a4b (diff)
Document the sysconf header file.
Diffstat (limited to 'src')
-rw-r--r--src/misc.cpp2
1 files changed, 1 insertions, 1 deletions
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