mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Misc.
This commit is contained in:
parent
2f38aefca9
commit
976d2bede3
4
extern/icu/tzdata/update-ids.cpp
vendored
4
extern/icu/tzdata/update-ids.cpp
vendored
@ -166,8 +166,8 @@ int main(int argc, const char* argv[])
|
||||
{
|
||||
return run(argc, argv);
|
||||
}
|
||||
catch(const exception& e)
|
||||
catch (const exception& e)
|
||||
{
|
||||
std::cerr << e.what() << '\n';
|
||||
cerr << e.what() << '\n';
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user