diff options
-rw-r--r-- | perl-install/Newt/Newt.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Newt/Newt.xs b/perl-install/Newt/Newt.xs index e4ad81d62..9c507a7e1 100644 --- a/perl-install/Newt/Newt.xs +++ b/perl-install/Newt/Newt.xs @@ -401,7 +401,7 @@ HCloseStacked3(c1, c2, c3) Newt::Component c3; CODE: { - RETVAL = newtGridHCloseStacked(NEWT_GRID_COMPONENT, c1, NEWT_GRID_COMPONENT, c2, NEWT_GRID_COMPONENT, c3); + RETVAL = newtGridHCloseStacked(NEWT_GRID_COMPONENT, c1, NEWT_GRID_COMPONENT, c2, NEWT_GRID_COMPONENT, c3, NEWT_GRID_EMPTY, NULL); } OUTPUT: RETVAL |