summaryrefslogtreecommitdiff
path: root/src/stty.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-02-29 03:06:10 +0000
committerJim Meyering <jim@meyering.net>1996-02-29 03:06:10 +0000
commit557514f55cd92c22df482ee15a0f23d20a2af4f7 (patch)
tree63f81f0e42a37f9eda82a03e8e554d02cd3a25d9 /src/stty.c
parent5ba09e9ace3bc58acf5ec880ea626a0963cdef08 (diff)
downloadcoreutils-557514f55cd92c22df482ee15a0f23d20a2af4f7.tar.xz
(wrapf) [!__STDC__]: Indent by one space the first line of the pre-ANSI
function definition so ansi2knr doesn't munge it.
Diffstat (limited to 'src/stty.c')
-rw-r--r--src/stty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stty.c b/src/stty.c
index 0ed540f79..72a6f1afe 100644
--- a/src/stty.c
+++ b/src/stty.c
@@ -430,7 +430,7 @@ static void
#ifdef __STDC__
wrapf (const char *message,...)
#else
-wrapf (message, va_alist)
+ wrapf (message, va_alist)
const char *message;
va_dcl
#endif