diff --git a/src/main.cpp b/src/main.cpp index 27d57bd..20ce278 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -72,7 +72,7 @@ int main(int argc, char* argv[]) { #ifdef Q_OS_WIN if (!checkVCRedist()) { - QMessageBox::critical(nullptr, "Cannot run Nekoray", "You need to install VC 2022 Redistributable.
Download it from here".); + QMessageBox::critical(nullptr, "Cannot run Nekoray", "You need to install VC 2022 Redistributable.
Download it from here."); return 1; } #endif