diff options
author | fireice-uk <fireice2@o2.pl> | 2017-03-17 18:11:39 +0000 |
---|---|---|
committer | fireice-uk <fireice2@o2.pl> | 2017-03-17 18:11:39 +0000 |
commit | 178465013eeaca3fecf8ecdbbb4d16a21fce9a0c (patch) | |
tree | 7573fe428bde9673aa5fc29933afad991196f1ab | |
parent | 7b07cbcf6e81aad6cc1f98589ca1c7b145580eed (diff) | |
download | xmr-stak-178465013eeaca3fecf8ecdbbb4d16a21fce9a0c.zip xmr-stak-178465013eeaca3fecf8ecdbbb4d16a21fce9a0c.tar.gz |
typo fix
-rw-r--r-- | minethd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minethd.cpp b/minethd.cpp index 6036582..90a6f31 100644 --- a/minethd.cpp +++ b/minethd.cpp @@ -312,7 +312,7 @@ std::vector<minethd*>* minethd::thread_starter(miner_work& pWork) if(cfg.iCpuAff >= 0) { #if defined(__APPLE__) - printer::inst()->print_msg(L1, "WARNING on MacOS thread affinity is only advisory." + printer::inst()->print_msg(L1, "WARNING on MacOS thread affinity is only advisory."); #endif thd_setaffinity(thd->oWorkThd.native_handle(), cfg.iCpuAff); } |