aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-09-21 12:45:13 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-09-21 12:45:13 +0300
commita7c32b55995136013af2bff2a0fe4d6c69678cb7 (patch)
tree997a0596a33886fe7b07130859de34ceaf548c37 /io.c
parent82f0a742be462298c0da027bc4fb56ddcb667c02 (diff)
parentf6a89a9b3ecd956e97b61719ea0d634886ace814 (diff)
downloadegawk-a7c32b55995136013af2bff2a0fe4d6c69678cb7.tar.gz
egawk-a7c32b55995136013af2bff2a0fe4d6c69678cb7.tar.bz2
egawk-a7c32b55995136013af2bff2a0fe4d6c69678cb7.zip
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index 18c2adb9..3d90e71b 100644
--- a/io.c
+++ b/io.c
@@ -2104,8 +2104,8 @@ fork_and_open_slave_pty(const char *slavenam, int master, const char *command, p
}
return true;
-}
#endif
+}
#endif /* defined(HAVE_TERMIOS_H) */