tui: fix signature for nmt_newt_form_keypress_callback() callback

Fixes: 3bda3fb60c ('nmtui: initial import of nmtui')
(cherry picked from commit 38323216f5)
This commit is contained in:
Thomas Haller 2020-01-01 09:58:12 +01:00
parent 9ff160d155
commit 5ab7794266
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -312,7 +312,7 @@ static GSList *form_stack;
static GSource *keypress_source;
static gboolean
nmt_newt_form_keypress_callback (int fd,
nmt_newt_form_keypress_callback (GIOChannel *channel,
GIOCondition condition,
gpointer user_data)
{