1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-05-28 15:24:49 -05:00

Typo in r6555 spotted by Daniel Meidlinger.

[originally from svn r6558]
[r6555 == d526e3bb335700b41252c515da979e20dbe08472]
This commit is contained in:
Jacob Nevins 2006-02-14 13:14:08 +00:00
parent fd9407db9e
commit 6c14aa215f

View File

@ -1176,7 +1176,7 @@ void get_clip(void *frontend, wchar_t ** p, int *len)
/* FIXME */ /* FIXME */
} }
void write_clip(void *frontend, wchar_t *data, int *arttr, int len, int must_deselect) void write_clip(void *frontend, wchar_t *data, int *attr, int len, int must_deselect)
{ {
//SessionWindow *win = (SessionWindow *)frontend; //SessionWindow *win = (SessionWindow *)frontend;
/* FIXME */ /* FIXME */