summaryrefslogtreecommitdiff
path: root/lib/ZClosePort.c
diff options
context:
space:
mode:
authorGravatar Robert S. French <rfrench@mit.edu>1987-07-01 00:36:20 +0000
committerGravatar Robert S. French <rfrench@mit.edu>1987-07-01 00:36:20 +0000
commitfa4c8010528ad372c65444df3edf01eda5708320 (patch)
tree6a0596ea604d0c7136bb93acd6090661c4b10af0 /lib/ZClosePort.c
parent8a4d34deb76dbbdd4e564aa5efc460210b9ff285 (diff)
linting
Diffstat (limited to 'lib/ZClosePort.c')
-rw-r--r--lib/ZClosePort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ZClosePort.c b/lib/ZClosePort.c
index 27e7e18..4f93d46 100644
--- a/lib/ZClosePort.c
+++ b/lib/ZClosePort.c
@@ -19,7 +19,7 @@
Code_t ZClosePort()
{
if (__Zephyr_fd >= 0 && __Zephyr_open)
- close(__Zephyr_fd);
+ (void) close(__Zephyr_fd);
__Zephyr_fd = -1;
__Zephyr_open = 0;