diff options
author | ddoarn <[email protected]> | 2022-02-10 16:49:52 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:52 +0300 |
commit | 0783fe3f48d91a3b741ce2ea32b11fbfc1637e7e (patch) | |
tree | 6d6a79d83e5003eaf4d45cac346113c1137cb886 /util/system/event.cpp | |
parent | 9541fc30d6f0877db9ff199a16f7fc2505d46a5c (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/event.cpp')
-rw-r--r-- | util/system/event.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/event.cpp b/util/system/event.cpp index 79b3cdb2917..d7cc5caaa01 100644 --- a/util/system/event.cpp +++ b/util/system/event.cpp @@ -43,7 +43,7 @@ public: return WaitForSingleObject(cond, (deadLine - now).MilliSeconds()) == WAIT_OBJECT_0; } - return (WaitForSingleObject(cond, 0) == WAIT_OBJECT_0); + return (WaitForSingleObject(cond, 0) == WAIT_OBJECT_0); } #else inline TEvImpl(ResetMode rmode) |