From cab1713fcd2c7542389ee1b41f2bd241d9c7b9d3 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 1 Jan 2020 09:58:12 +0100 Subject: [PATCH] tui: fix signature for nmt_newt_form_keypress_callback() callback Fixes: 3bda3fb60c10 ('nmtui: initial import of nmtui') (cherry picked from commit 38323216f57997fede010f78435d284e85546a2b) (cherry picked from commit 5ab7794266e6875b0209fd75a66d680dfe0622cf) (cherry picked from commit 4245319eaf18d12061aec0f6801e34ac8b68a982) --- clients/tui/newt/nmt-newt-form.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/tui/newt/nmt-newt-form.c b/clients/tui/newt/nmt-newt-form.c index cd87a2160a..b227c543eb 100644 --- a/clients/tui/newt/nmt-newt-form.c +++ b/clients/tui/newt/nmt-newt-form.c @@ -325,7 +325,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) {