]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(wrapf) [!__STDC__]: Indent by one space the first line of the pre-ANSI
authorJim Meyering <jim@meyering.net>
Thu, 29 Feb 1996 03:06:10 +0000 (03:06 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 29 Feb 1996 03:06:10 +0000 (03:06 +0000)
function definition so ansi2knr doesn't munge it.

src/stty.c

index 0ed540f79d6d62e79f9a152302576e893f8fedf8..72a6f1afe02fb1d53f9bfcb5f8ca6762b3955316 100644 (file)
@@ -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