Rename win_println -> win_println_indent

This commit is contained in:
James Booth
2016-10-15 17:23:02 +01:00
parent 5488fd6e72
commit 3612270e90
4 changed files with 4 additions and 4 deletions

View File

@@ -1110,7 +1110,7 @@ win_update_entry_theme(ProfWin *window, const char *const id, theme_item_t theme
}
void
win_println(ProfWin *window, int pad, const char *const message)
win_println_indent(ProfWin *window, int pad, const char *const message)
{
win_printf(window, '-', pad, NULL, 0, THEME_DEFAULT, "", "%s", message);
}