mirror of
https://github.com/libretro/RetroArch
synced 2025-03-24 22:43:41 +00:00
Cleanup
This commit is contained in:
parent
31f3fc0abb
commit
96723f3a57
@ -98,11 +98,11 @@ error:
|
||||
|
||||
static void net_http_send_str(int fd, bool *error, const char *text)
|
||||
{
|
||||
if (!*error)
|
||||
{
|
||||
if (!socket_send_all_blocking(fd, text, strlen(text), true))
|
||||
*error = true;
|
||||
}
|
||||
if (*error)
|
||||
return;
|
||||
|
||||
if (!socket_send_all_blocking(fd, text, strlen(text), true))
|
||||
*error = true;
|
||||
}
|
||||
|
||||
static char* urlencode(const char* url)
|
||||
|
Loading…
x
Reference in New Issue
Block a user