1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:24:49 +02:00

Fix a missing colon when REPRODUCIBLE_BUILD is defined.

This commit is contained in:
Sadie Powell
2026-06-08 08:54:46 +01:00
parent 9dd3acfc87
commit c32be6a711
+1 -1
View File
@@ -965,7 +965,7 @@ Anope::string Anope::VersionBuildString()
flags += "G";
#endif
#if REPRODUCIBLE_BUILD
flags += "R"
flags += "R";
#endif
#ifdef _WIN32
flags += "W";