aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/venti/srv/hproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/venti/srv/hproc.c')
-rw-r--r--src/cmd/venti/srv/hproc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd/venti/srv/hproc.c b/src/cmd/venti/srv/hproc.c
index 42933920..3da217ce 100644
--- a/src/cmd/venti/srv/hproc.c
+++ b/src/cmd/venti/srv/hproc.c
@@ -7,11 +7,10 @@ int
hproc(HConnect *c)
{
int r;
-
+
if((r = hsettext(c)) < 0)
return r;
hprint(&c->hout, "/proc only implemented on Plan 9\n");
hflush(&c->hout);
return 0;
}
-