diff options
author | ddoarn <[email protected]> | 2022-02-10 16:49:53 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:53 +0300 |
commit | 3bf10d3f40b502d181ef52f5c4602c98cb135360 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/event.cpp | |
parent | 0783fe3f48d91a3b741ce2ea32b11fbfc1637e7e (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 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 d7cc5caaa01..79b3cdb2917 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) |