diff options
author | James Booth <boothj5@gmail.com> | 2016-10-15 17:23:02 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-10-15 17:23:02 +0100 |
commit | 3612270e90db7a824e7f818bb70c88021a1bc16a (patch) | |
tree | 33b5c952193c3c4ae1f675eb0dfe31cbc65e4995 /tests/unittests/ui | |
parent | 5488fd6e72de5c2143dfb5532043e9e1f9fb8343 (diff) | |
download | profani-tty-3612270e90db7a824e7f818bb70c88021a1bc16a.tar.gz |
Rename win_println -> win_println_indent
Diffstat (limited to 'tests/unittests/ui')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index bbd6fd34..d5e21425 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -528,7 +528,7 @@ void win_show_occupant(ProfWin *window, Occupant *occupant) {} void win_show_occupant_info(ProfWin *window, const char * const room, Occupant *occupant) {} void win_show_contact(ProfWin *window, PContact contact) {} void win_show_info(ProfWin *window, PContact contact) {} -void win_println(ProfWin *window, int pad, const char * const message) {} +void win_println_indent(ProfWin *window, int pad, const char * const message) {} void win_clear(ProfWin *window) {} char* win_to_string(ProfWin *window) { |