Skip to content

Commit

Permalink
Fix MacOS build error
Browse files Browse the repository at this point in the history
  • Loading branch information
geneotech committed Jul 29, 2024
1 parent be393f8 commit 015d7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application/setups/client/client_setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2004,7 +2004,7 @@ static uint8_t get_client_welcome_type(const bool suppress) {
#elif PLATFORM_LINUX
return client_welcome_type::LINUX;
#elif PLATFORM_MACOS
return client_welcome_type::MAC;
return client_welcome_type::MACOS;
#else
return client_welcome_type::UNKNOWN;
#endif
Expand Down

0 comments on commit 015d7c3

Please sign in to comment.