From: Jim Meyering Date: Mon, 28 Mar 2005 19:28:33 +0000 (+0000) Subject: (get_width_format) [HAVE_RINT && HAVE_MODF && HAVE_FLOOR]: X-Git-Tag: CPPI-1_12~1168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f00c1cbeb85e49773928767e118a012298fa6619;p=thirdparty%2Fcoreutils.git (get_width_format) [HAVE_RINT && HAVE_MODF && HAVE_FLOOR]: Add `void' to make this an ANSI-style function declaration. --- diff --git a/src/seq.c b/src/seq.c index 1118fe7627..3a58e4677c 100644 --- a/src/seq.c +++ b/src/seq.c @@ -1,5 +1,5 @@ /* seq - print sequence of numbers to standard output. - Copyright (C) 1994-2004 Free Software Foundation, Inc. + Copyright (C) 1994-2005 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -203,7 +203,7 @@ print_numbers (const char *fmt) will format to strings of the same width. */ static char * -get_width_format () +get_width_format (void) { static char buffer[256]; int full_width;