mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 06:16:22 +00:00
Renamed win_save_println -> win_println
This commit is contained in:
@@ -892,7 +892,7 @@ win_print(ProfWin *window, const char show_char, GTimeVal *tstamp,
|
||||
}
|
||||
|
||||
void
|
||||
win_save_println(ProfWin *window, const char * const message)
|
||||
win_println(ProfWin *window, const char * const message)
|
||||
{
|
||||
win_print(window, '-', NULL, 0, 0, "", message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user