mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
PDP10, PDP11, VAX: const cleanup
This commit is contained in:
@@ -151,7 +151,7 @@ static struct sock_errors {
|
||||
};
|
||||
|
||||
|
||||
char *sim_get_err_sock (const char *emsg)
|
||||
const char *sim_get_err_sock (const char *emsg)
|
||||
{
|
||||
int err = WSAGetLastError ();
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user