[client,sdl] fix empty catch

This commit is contained in:
akallabeth 2024-10-29 13:21:08 +01:00
parent 3c9a45e9d0
commit 8ee84ff054
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5
2 changed files with 2 additions and 0 deletions

View File

@ -284,6 +284,7 @@ int SdlInputWidgetList::run(std::vector<std::string>& result)
}
catch (...)
{
res = -2;
}
return res;

View File

@ -284,6 +284,7 @@ int SdlInputWidgetList::run(std::vector<std::string>& result)
}
catch (...)
{
res = -2;
}
return res;