Add `void' to make this an ANSI-style function declaration.
/* 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
will format to strings of the same width. */
static char *
-get_width_format ()
+get_width_format (void)
{
static char buffer[256];
int full_width;