mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
fix typo, doesn't really matter, but still
This commit is contained in:
parent
02e70ce3ca
commit
59b44849bd
@ -112,7 +112,7 @@ template <typename T> static auto go(T&& f, const matrix<double, 0, 1>& a) -> de
|
||||
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
||||
const auto FOREVER = std::chrono::hours(24*356*290); // 290 years
|
||||
const auto FOREVER = std::chrono::hours(24*365*290); // 290 years
|
||||
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user