mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 08:32:13 +11:00
🐛 typo
This commit is contained in:
parent
0e5836b777
commit
7d1ec6d634
1 changed files with 10 additions and 10 deletions
4
main.cpp
4
main.cpp
|
|
@ -37,10 +37,10 @@ int main(int argc, char **argv)
|
||||||
<< "\nSSE 4.2 : " << (__builtin_cpu_supports("sse4.2") ? "enabled" : "disabled")
|
<< "\nSSE 4.2 : " << (__builtin_cpu_supports("sse4.2") ? "enabled" : "disabled")
|
||||||
#if MULTI_THREADED
|
#if MULTI_THREADED
|
||||||
<< "\n\nThreads : " << get_nprocs() + 1
|
<< "\n\nThreads : " << get_nprocs() + 1
|
||||||
<< "\nMulti thread : disabled"
|
<< "\nMulti threading : enabled"
|
||||||
#else
|
#else
|
||||||
<< "\n\nThreads : " << 2
|
<< "\n\nThreads : " << 2
|
||||||
<< "\nMulti thread : disabled"
|
<< "\nMulti threading : disabled"
|
||||||
#endif
|
#endif
|
||||||
<< std::endl; //flushing before EventLoop
|
<< std::endl; //flushing before EventLoop
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue