From ef75c82a4ebaacffbd4da2bf2ba866b083298f21 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 5 Nov 2021 13:03:19 +0000 Subject: Fixed unused return type --- seekp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seekp.c b/seekp.c index effab28..d94f1b5 100644 --- a/seekp.c +++ b/seekp.c @@ -15,7 +15,7 @@ static const char *name; -static int Connect(const char *n, int p) +static void Connect(const char *n, int p) { static int init=0; static struct hostent *remote; -- cgit v1.2.3