diff options
author | Tony Butler <spudz76@gmail.com> | 2018-05-03 16:00:58 +0100 |
---|---|---|
committer | fireice-uk <fireice-uk@users.noreply.github.com> | 2018-05-03 16:00:58 +0100 |
commit | 3cd0bd9543ff26210b571fdb71128a214f091eb9 (patch) | |
tree | 6dc4c795f2bf3fc28f874f2f92473d8c59bf7768 /xmrstak/misc/console.cpp | |
parent | 478a023ff62d1ebccb9547c1a152b7d296c11fb2 (diff) | |
download | xmr-stak-3cd0bd9543ff26210b571fdb71128a214f091eb9.zip xmr-stak-3cd0bd9543ff26210b571fdb71128a214f091eb9.tar.gz |
Spell check
Diffstat (limited to 'xmrstak/misc/console.cpp')
-rw-r--r-- | xmrstak/misc/console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/misc/console.cpp b/xmrstak/misc/console.cpp index d961b71..7b14b4f 100644 --- a/xmrstak/misc/console.cpp +++ b/xmrstak/misc/console.cpp @@ -239,7 +239,7 @@ void win_exit(int code) #else void win_exit(int code) -{ +{ std::exit(code); } #endif // _WIN32 |