summaryrefslogtreecommitdiffstats
path: root/contrib/ncurses/form/form.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ncurses/form/form.h')
-rw-r--r--contrib/ncurses/form/form.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ncurses/form/form.h b/contrib/ncurses/form/form.h
index 70b7a3b..140b25f 100644
--- a/contrib/ncurses/form/form.h
+++ b/contrib/ncurses/form/form.h
@@ -332,7 +332,7 @@ extern NCURSES_EXPORT(Field_Options) field_opts (const FIELD *);
extern NCURSES_EXPORT(FORM *) new_form (FIELD **);
-extern NCURSES_EXPORT(FIELD **)form_fields (const FORM *);
+extern NCURSES_EXPORT(FIELD **) form_fields (const FORM *);
extern NCURSES_EXPORT(FIELD *) current_field (const FORM *);
extern NCURSES_EXPORT(WINDOW *) form_win (const FORM *);
OpenPOWER on IntegriCloud