1.3.0 Renamed sock_log_errors to sock_log_error

This commit is contained in:
seajee
2025-04-26 03:51:42 +02:00
parent 0bd1a87ed2
commit a314351212
4 changed files with 10 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ int main(void)
defer:
sock_close(sock);
if (err) sock_log_errors();
if (err) sock_log_error();
return 0;
}