diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 935f2d89..b27152e5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -77,7 +77,7 @@ static void printHelp() static void printVersion() { - std::cout << strprintf("Mana client %s", FULL_VERSION) << std::endl; + std::cout << strprintf("%s", FULL_VERSION) << std::endl; } static void parseOptions(int argc, char *argv[], Client::Options &options) |