From 8d6fdd2f0c2a47db6b4fa697ff0b757f904318e7 Mon Sep 17 00:00:00 2001 From: Bert van Hall Date: Wed, 18 Jan 2017 16:41:36 +0100 Subject: term-utils/script: fix typo leading to syntax error Introduced in edc7e42, this typo is actually invalid C. Fix this. Signed-off-by: Bert van Hall --- term-utils/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/term-utils/script.c b/term-utils/script.c index a1bf9a608..6e12ecaa9 100644 --- a/term-utils/script.c +++ b/term-utils/script.c @@ -112,7 +112,7 @@ struct script_control { struct termios attrs; /* slave terminal runtime attributes */ struct winsize win; /* terminal window size */ #if !HAVE_LIBUTIL || !HAVE_PTY_H - char line *; /* terminal line */ + char *line; /* terminal line */ #endif unsigned int append:1, /* append output */ -- cgit v1.2.3-55-g7522