summaryrefslogtreecommitdiff
path: root/sed/fmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sed/fmt.c')
-rw-r--r--sed/fmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sed/fmt.c b/sed/fmt.c
index eea55ec..389bccb 100644
--- a/sed/fmt.c
+++ b/sed/fmt.c
@@ -222,7 +222,7 @@ fmt (const char *line, const char *line_end, int max_length, FILE *output_file)
paragraph, else true. */
static bool
-get_paragraph ()
+get_paragraph (void)
{
register int c;