mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-03-12 05:25:23 -07:00
Format Fixes
This commit is contained in:
parent
cb827a525a
commit
24d73064db
@ -1698,7 +1698,7 @@ CHIAKI_EXPORT ChiakiErrorCode chiaki_rpcrypt_aeropause(ChiakiTarget target, size
|
||||
CHIAKI_EXPORT void chiaki_rpcrypt_init_auth(ChiakiRPCrypt *rpcrypt, ChiakiTarget target, const uint8_t *nonce, const uint8_t *morning)
|
||||
{
|
||||
rpcrypt->target = target;
|
||||
chiaki_rpcrypt_bright_ambassador(target, rpcrypt->bright, rpcrypt->ambassador, nonce, morning);
|
||||
chiaki_rpcrypt_bright_ambassador(target, rpcrypt->bright, rpcrypt->ambassador, nonce, morning);
|
||||
}
|
||||
|
||||
CHIAKI_EXPORT void chiaki_rpcrypt_init_regist_ps4_pre10(ChiakiRPCrypt *rpcrypt, const uint8_t *ambassador, uint32_t pin)
|
||||
|
@ -609,7 +609,7 @@ static ChiakiErrorCode session_thread_request_session(ChiakiSession *session, Ch
|
||||
#ifdef _WIN32
|
||||
CHIAKI_LOGE(session->log, "Failed to create socket to request session");
|
||||
#else
|
||||
CHIAKI_LOGE(session->log, "Failed to create socket to request session: %s", strerror(errno));
|
||||
CHIAKI_LOGE(session->log, "Failed to create socket to request session: %s", strerror(errno));
|
||||
#endif
|
||||
free(sa);
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user