mirror of
https://github.com/anope/anope.git
synced 2026-06-12 15:44:46 +02:00
Fix a missing colon when REPRODUCIBLE_BUILD is defined.
This commit is contained in:
+1
-1
@@ -965,7 +965,7 @@ Anope::string Anope::VersionBuildString()
|
||||
flags += "G";
|
||||
#endif
|
||||
#if REPRODUCIBLE_BUILD
|
||||
flags += "R"
|
||||
flags += "R";
|
||||
#endif
|
||||
#ifdef _WIN32
|
||||
flags += "W";
|
||||
|
||||
Reference in New Issue
Block a user