diff options
Diffstat (limited to 'src/misc.cpp')
-rw-r--r-- | src/misc.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/misc.cpp b/src/misc.cpp index 956514ceb..2c879365d 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -651,7 +651,7 @@ Anope::string Anope::VersionBuildString() if (!flags.empty()) s += ", flags " + flags; - + return s; } @@ -763,4 +763,3 @@ Anope::string Anope::Random(size_t len) buf.append(chars[rand() % sizeof(chars)]); return buf; } - |