From 0edbd59af95e929c068f6ea94fd510b6cb4b3f9f Mon Sep 17 00:00:00 2001 From: "Robert S. French" Date: Fri, 13 May 1988 10:41:57 +0000 Subject: Update for protocol 0.2 / cleanup / Kerberos fixes --- lib/ZClosePort.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/ZClosePort.c') diff --git a/lib/ZClosePort.c b/lib/ZClosePort.c index 702f286..763ebc2 100644 --- a/lib/ZClosePort.c +++ b/lib/ZClosePort.c @@ -22,11 +22,11 @@ static char rcsid_ZClosePort_c[] = "$Header$"; Code_t ZClosePort() { - if (__Zephyr_fd >= 0 && __Zephyr_open) - (void) close(__Zephyr_fd); + if (__Zephyr_fd >= 0 && __Zephyr_open) + (void) close(__Zephyr_fd); - __Zephyr_fd = -1; - __Zephyr_open = 0; + __Zephyr_fd = -1; + __Zephyr_open = 0; - return (ZERR_NONE); + return (ZERR_NONE); } -- cgit v1.2.3