summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2021-11-05 13:03:19 +0000
committerIan C <ianc@noddybox.co.uk>2021-11-05 13:03:19 +0000
commitef75c82a4ebaacffbd4da2bf2ba866b083298f21 (patch)
tree905e5f3861ddd0b463c83568b291181ce2e70b58
parent1e8861be9a1730393cce1fd0c52274a3f19ea108 (diff)
Fixed unused return type
-rw-r--r--seekp.c2
1 files changed, 1 insertions, 1 deletions
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;