This commit is contained in:
Dave Murphy 2018-05-16 23:18:02 +01:00 committed by GitHub
parent 72e77c82d0
commit 2e0e19994c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
static int sock = -1;
int nxlinkStdio()
int nxlinkStdio(void)
{
int ret = -1;
struct sockaddr_in srv_addr;