diff options
author | fireice-uk <fireice2@o2.pl> | 2017-04-10 17:25:20 +0100 |
---|---|---|
committer | fireice-uk <fireice2@o2.pl> | 2017-04-10 17:25:20 +0100 |
commit | 9d45a167e91f6c26173fc5309c23f5a103cafcae (patch) | |
tree | c35970c6a7aa8de35bfbb9fa240e453404cf3e99 /executor.cpp | |
parent | a01ce971c81253de59f2b7cc0c6f1a5dcdd395b8 (diff) | |
download | xmr-stak-9d45a167e91f6c26173fc5309c23f5a103cafcae.zip xmr-stak-9d45a167e91f6c26173fc5309c23f5a103cafcae.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(); |