summaryrefslogtreecommitdiff
path: root/lib/ZClosePort.c
diff options
context:
space:
mode:
authorGravatar Robert S. French <rfrench@mit.edu>1988-05-13 10:41:57 +0000
committerGravatar Robert S. French <rfrench@mit.edu>1988-05-13 10:41:57 +0000
commit0edbd59af95e929c068f6ea94fd510b6cb4b3f9f (patch)
treeaaa9d8d8d5c084bf4052b86c1291394c5dbe1da4 /lib/ZClosePort.c
parent6be80261a5c293509740e9c1ca47f50cc012a2f3 (diff)
Update for protocol 0.2 / cleanup / Kerberos fixes
Diffstat (limited to 'lib/ZClosePort.c')
-rw-r--r--lib/ZClosePort.c10
1 files changed, 5 insertions, 5 deletions
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);
}