1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00

[main] const in report_af_unix_error

This commit is contained in:
Witold Filipczyk 2022-02-17 19:24:30 +01:00
parent a4c17adcc8
commit 07a3a19b75

View File

@ -325,7 +325,7 @@ setsock_reuse_addr(int fd)
#define CONNECT_TRIES_DELAY 50000
static void
report_af_unix_error(char *function, int error)
report_af_unix_error(const char *function, int error)
{
ERROR(gettext("The call to %s failed: %d (%s)"),
function, error, (char *) strerror(error));