summaryrefslogtreecommitdiff
path: root/src/fmt.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-14 18:25:16 +0000
committerJim Meyering <jim@meyering.net>1999-01-14 18:25:16 +0000
commit9fec9172beaf67d1e16ae13b1f3ac44135cc8363 (patch)
treed787cf23dce38b0e2af16cc93c345f106c095801 /src/fmt.c
parentda258119328fe4af0e0aa0d6f292600732aa0bb4 (diff)
downloadcoreutils-9fec9172beaf67d1e16ae13b1f3ac44135cc8363.tar.xz
Don't prototype usage as static.
Diffstat (limited to 'src/fmt.c')
-rw-r--r--src/fmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fmt.c b/src/fmt.c
index f0f7108ee..b944e3641 100644
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -262,7 +262,7 @@ static int next_prefix_indent;
paragraphs chosen by fmt_paragraph(). */
static int last_line_length;
-static void
+void
usage (int status)
{
if (status != 0)