aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/term.c')
-rw-r--r--src/nvim/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/term.c b/src/nvim/term.c
index efacbd5ba4..4ed438b282 100644
--- a/src/nvim/term.c
+++ b/src/nvim/term.c
@@ -67,7 +67,7 @@
* A few linux systems define outfuntype in termcap.h to be used as the third
* argument for tputs().
*/
-# define TPUTSFUNCAST (int (*)())
+# define TPUTSFUNCAST (int (*)(int))
#endif
#undef tgetstr