We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e0125 commit da92e38Copy full SHA for da92e38
lib/Common/PlatformAgnostic/Arrays.h
@@ -31,7 +31,7 @@ namespace Arrays
31
bool GetLocaleSeparator(char16* szSeparator, uint32* sepOutLength, uint32 sepBufferSize);
32
33
template <uint32 sepBufferSize>
34
- inline bool GetLocaleSeparator(char16(&szSepatator)[sepBufferSize], uint32 *sepOutLength)
+ inline bool GetLocaleSeparator(char16(&szSeparator)[sepBufferSize], uint32 *sepOutLength)
35
{
36
return GetLocaleSeparator(szSeparator, sepOutLength, sepBufferSize);
37
}
0 commit comments