diff options
author | fireice-uk <fireice2@o2.pl> | 2017-04-10 17:25:20 +0100 |
---|---|---|
committer | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-04-21 10:33:25 +0100 |
commit | 8b6048d21f208d772ace6f9a31099096d0125e2a (patch) | |
tree | 763d78074e2e3bd8ff82c79ae9933c3763de294c /executor.cpp | |
parent | 2ade51acfae4eb24b12af5a66fc9d397d8ae2c2c (diff) | |
download | xmr-stak-8b6048d21f208d772ace6f9a31099096d0125e2a.zip xmr-stak-8b6048d21f208d772ace6f9a31099096d0125e2a.tar.gz |
rv pre-inc to common style
Diffstat (limited to 'executor.cpp')
-rw-r--r-- | executor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor.cpp b/executor.cpp index 8f5a2a9..af10811 100644 --- a/executor.cpp +++ b/executor.cpp @@ -83,7 +83,7 @@ void executor::ex_clock_thd() ev = lTimedEvents.erase(ev); } else - ++ev; + ev++; } lck.unlock(); |