mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 20:57:10 +00:00
Fix Typo
closes https://github.com/official-stockfish/Stockfish/pull/6436 No functional change
This commit is contained in:
+1
-1
@@ -424,7 +424,7 @@ void move_to_front(std::vector<T>& vec, Predicate pred) {
|
||||
#elif defined(_MSC_VER)
|
||||
#define sf_always_inline __forceinline
|
||||
#else
|
||||
// do nothign for other compilers
|
||||
// do nothing for other compilers
|
||||
#define sf_always_inline
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user