Skip to content

Commit 318b58b

Browse files
committed
typo
1 parent 0ec9dec commit 318b58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/USemLog/Private/SLUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ struct FSLUtils
3838
char *cstr = new char[str_length];
3939
#if PLATFORM_LINUX
4040
strcpy(cstr, str.c_str());
41-
#elif PLATFORM_WINDOSW
41+
#elif PLATFORM_WINDOWS
4242
strcpy_s(cstr, str_length + 1, str.c_str());
4343
#endif
4444
return cstr;

0 commit comments

Comments
 (0)