mirror of https://github.com/FreeRDP/FreeRDP
[client,sdl] fix empty catch
This commit is contained in:
parent
3c9a45e9d0
commit
8ee84ff054
|
@ -284,6 +284,7 @@ int SdlInputWidgetList::run(std::vector<std::string>& result)
|
|||
}
|
||||
catch (...)
|
||||
{
|
||||
res = -2;
|
||||
}
|
||||
|
||||
return res;
|
||||
|
|
|
@ -284,6 +284,7 @@ int SdlInputWidgetList::run(std::vector<std::string>& result)
|
|||
}
|
||||
catch (...)
|
||||
{
|
||||
res = -2;
|
||||
}
|
||||
|
||||
return res;
|
||||
|
|
Loading…
Reference in New Issue