diff options
author | James Booth <boothj5@gmail.com> | 2015-10-24 21:42:04 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-10-24 21:42:04 +0100 |
commit | 1d4d693a536349981af68e74f29f30dc9c89bf08 (patch) | |
tree | b9f4273a8f8846a0de1dc21cb6bdf41b4db7a89a /tests/unittests/ui | |
parent | 496616256e7be273833499814d80fdb1915cec13 (diff) | |
parent | 7a0e8f87b512678b725a25ba563d0db110162fa2 (diff) | |
download | profani-tty-1d4d693a536349981af68e74f29f30dc9c89bf08.tar.gz |
Merge remote-tracking branch 'jubalh/jub'
Diffstat (limited to 'tests/unittests/ui')
-rw-r--r-- | tests/unittests/ui/stub_ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/ui/stub_ui.h b/tests/unittests/ui/stub_ui.h index 81357a86..d4488c4b 100644 --- a/tests/unittests/ui/stub_ui.h +++ b/tests/unittests/ui/stub_ui.h @@ -3,4 +3,4 @@ void expect_any_cons_show(void); void expect_cons_show_error(char *expected); void expect_any_cons_show_error(void); void expect_ui_current_print_line(char *message); -void expect_ui_current_print_formatted_line(char show_char, int attrs, char *message); \ No newline at end of file +void expect_ui_current_print_formatted_line(char show_char, int attrs, char *message); |