X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=form%2Ffty_ipv4.c;h=d79683de68d3fc27099a2f50f23a5948e95c40e5;hb=5925150381bb42a4d8c7116d62c348a7b84309f3;hp=9a9a185a435e180842f395aa9f5142df87097552;hpb=04d942c3d98cf0a929c6afb17be8c10d4ae39af0;p=ncurses.git diff --git a/form/fty_ipv4.c b/form/fty_ipv4.c index 9a9a185a..d79683de 100644 --- a/form/fty_ipv4.c +++ b/form/fty_ipv4.c @@ -35,7 +35,7 @@ #include "form.priv.h" -MODULE_ID("$Id: fty_ipv4.c,v 1.12 2020/05/24 01:40:20 anonymous.maarten Exp $") +MODULE_ID("$Id: fty_ipv4.c,v 1.14 2020/12/12 01:15:37 tom Exp $") /*--------------------------------------------------------------------------- | Facility : libnform @@ -104,11 +104,11 @@ static FIELDTYPE typeIPV4 = #endif }; -FORM_EXPORT_VAR(FIELDTYPE*) TYPE_IPV4 = &typeIPV4; +FORM_EXPORT_VAR(FIELDTYPE *) TYPE_IPV4 = &typeIPV4; #if NCURSES_INTEROP_FUNCS /* The next routines are to simplify the use of ncurses from - programming languages with restictions on interop with C level + programming languages with restrictions on interop with C level constructs (e.g. variable access or va_list + ellipsis constructs) */ FORM_EXPORT(FIELDTYPE *)