diff options
author | James Booth <boothj5@gmail.com> | 2015-01-14 23:57:45 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-01-14 23:57:45 +0000 |
commit | 3984c660b6c46533de5b03fd4ae583b68778bff7 (patch) | |
tree | 47ec77a87d657b61536e4f67fdddcec5cf1483c1 /tests | |
parent | a6160d52c6fc63cab8a8f7b7c5e8563713ac0964 (diff) | |
download | profani-tty-3984c660b6c46533de5b03fd4ae583b68778bff7.tar.gz |
Removed result from main loop
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ui/stub_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c index da75c3dd..a4130279 100644 --- a/tests/ui/stub_ui.c +++ b/tests/ui/stub_ui.c @@ -325,7 +325,7 @@ void ui_update_presence(const resource_presence_t resource_presence, void ui_about(void) {} void ui_statusbar_new(const int win) {} -wint_t ui_get_char(char *input, int *size, int *result) +wint_t ui_get_char(char *input, int *size) { return 0; } |