1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-17 19:18:06 -05:00

Correct a comment referring to Contexts, which we no longer have

This commit is contained in:
Ben Harris 2025-04-01 01:25:43 +01:00
parent e98071dd38
commit 5ef7f2eaf0

View File

@ -6026,7 +6026,7 @@ static void do_paint_draw(Terminal *term, termline *ldata, int x, int y,
} }
/* /*
* Given a context, update the window. * Update the window.
*/ */
static void do_paint(Terminal *term) static void do_paint(Terminal *term)
{ {