aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-pipe-connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/assuan-pipe-connect.c')
-rw-r--r--src/assuan-pipe-connect.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/assuan-pipe-connect.c b/src/assuan-pipe-connect.c
index 4dea21e..92d3926 100644
--- a/src/assuan-pipe-connect.c
+++ b/src/assuan-pipe-connect.c
@@ -106,7 +106,7 @@ writen (int fd, const char *buffer, size_t length)
}
#endif
-static int
+static void
do_finish (assuan_context_t ctx)
{
if (ctx->inbound.fd != ASSUAN_INVALID_FD)
@@ -134,7 +134,6 @@ do_finish (assuan_context_t ctx)
ctx->pid = (pid_t) INVALID_HANDLE_VALUE;
#endif /*HAVE_W32_SYSTEM*/
}
- return 0;
}