Skip to content

Commit

Permalink
add return sucess to XLinkPlatformInit()
Browse files Browse the repository at this point in the history
  • Loading branch information
diablodale committed May 8, 2022
1 parent 84d594a commit ff9f8e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pc/PlatformDeviceControl.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ xLinkPlatformErrorCode_t XLinkPlatformInit(void* options)
WSADATA wsa_data;
WSAStartup(MAKEWORD(2,2), &wsa_data);
#endif
return X_LINK_PLATFORM_SUCCESS;
}


Expand Down

0 comments on commit ff9f8e7

Please sign in to comment.