This commit is contained in:
Siarhei Fedartsou 2024-07-12 22:45:56 +02:00
parent 6090387c5e
commit 9ce059f216
2 changed files with 2 additions and 2 deletions

View File

@ -28,4 +28,4 @@ inline void DumpMemoryStats()
} }
} // namespace osrm::util } // namespace osrm::util
#endif #endif

View File

@ -661,4 +661,4 @@ catch (const std::exception &e)
{ {
std::cerr << "Error: " << e.what() << std::endl; std::cerr << "Error: " << e.what() << std::endl;
return EXIT_FAILURE; return EXIT_FAILURE;
} }