Skip to content

Commit 2bc3466

Browse files
committed
Fixed mistake in macro logic.
1 parent cea03de commit 2bc3466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/netfilter/core.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ static const size_t net_sockets_siglen = 0;
166166

167167
static const char operating_system_char = 'l';
168168

169-
#elif defined SYSTEM_MACOX
169+
#elif defined SYSTEM_MACOSX
170170

171171
static const char SteamGameServerAPIContext_sym[] = "@__ZL27s_SteamGameServerAPIContext";
172172
static const size_t SteamGameServerAPIContext_symlen = 0;

0 commit comments

Comments
 (0)