diff options
| author | Alfonso Gregory <gfunni234@gmail.com> | 2023-07-07 16:39:23 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-07-07 16:45:18 +0000 |
| commit | a1b6427a97879ee0034797b2c75ecd107312456a (patch) | |
| tree | b558f85b9151da46b5c3a9b3d4b62a0d8d3e0773 /usr.bin/fold | |
| parent | 498a0a9c61c3048b492937ff76d58bbd0b78031a (diff) | |
Diffstat (limited to 'usr.bin/fold')
| -rw-r--r-- | usr.bin/fold/fold.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c index 06473b40e787..e2995ee049cd 100644 --- a/usr.bin/fold/fold.c +++ b/usr.bin/fold/fold.c @@ -61,7 +61,7 @@ __FBSDID("$FreeBSD$"); void fold(int); static int newpos(int, wint_t); -static void usage(void); +static void usage(void) __dead2; static int bflag; /* Count bytes, not columns */ static int sflag; /* Split on word boundaries */ |
