diff --git a/src/Version.cc b/src/Version.cc index 01314e3ae6..a9d3d40876 100644 --- a/src/Version.cc +++ b/src/Version.cc @@ -9,7 +9,7 @@ std::string Version::full() { std::string result = strCat("openMSX ", VERSION); if constexpr (!RELEASE) strAppend(result, '-', REVISION); - strAppend(result, " / TSX rev.3") + strAppend(result, " / TSX rev.3"); return result; }