diff options
Diffstat (limited to 'tests/ui')
-rw-r--r-- | tests/ui/mock_ui.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/mock_ui.c b/tests/ui/mock_ui.c index d5b6aeae..4fdd0a99 100644 --- a/tests/ui/mock_ui.c +++ b/tests/ui/mock_ui.c @@ -95,7 +95,7 @@ void _mock_cons_show_account_list(gchar **accounts) static char * _mock_ui_ask_password(void) { - return (char *)mock(); + return (char *)mock(); } static @@ -160,7 +160,7 @@ void mock_cons_show(void) { cons_show = _mock_cons_show; - + } void |