summaryrefslogtreecommitdiffstats
path: root/lib/libss/pager.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libss/pager.c')
-rw-r--r--lib/libss/pager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libss/pager.c b/lib/libss/pager.c
index c189d663..fac80bd 100644
--- a/lib/libss/pager.c
+++ b/lib/libss/pager.c
@@ -28,10 +28,10 @@ extern int errno;
void ss_page_stdin();
#ifndef NO_FORK
-int ss_pager_create()
+int ss_pager_create()
{
int filedes[2];
-
+
if (pipe(filedes) != 0)
return(-1);
OpenPOWER on IntegriCloud