summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/OS/os.c-GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OS/os.c-GNU b/src/OS/os.c-GNU
index 59ebdf32a..a75166322 100644
--- a/src/OS/os.c-GNU
+++ b/src/OS/os.c-GNU
@@ -79,7 +79,7 @@ return rc;
}
ssize_t
-os_pipe_writev(int fd, const struct iovec * iov, int iovcnt
+os_pipe_writev(int fd, const struct iovec * iov, int iovcnt)
{
int rc;
for (int retries = 10; retries > 0; retries--)