Rename win_get_string -> win_to_string

This commit is contained in:
James Booth
2016-10-15 16:41:37 +01:00
parent 8cf9e0cccc
commit 6ed04d87b3
4 changed files with 4 additions and 4 deletions

View File

@@ -314,7 +314,7 @@ win_get_title(ProfWin *window)
}
char*
win_get_string(ProfWin *window)
win_to_string(ProfWin *window)
{
assert(window != NULL);