From: jacob Date: Tue, 14 Feb 2006 13:14:08 +0000 (+0000) Subject: Typo in r6555 spotted by Daniel Meidlinger. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/666453fec61109771b34ff1d86ab1ac47e36c4dc Typo in r6555 spotted by Daniel Meidlinger. git-svn-id: svn://svn.tartarus.org/sgt/putty@6558 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/macosx/osxwin.m b/macosx/osxwin.m index 0eacef11..a4fac71d 100644 --- a/macosx/osxwin.m +++ b/macosx/osxwin.m @@ -1176,7 +1176,7 @@ void get_clip(void *frontend, wchar_t ** p, int *len) /* 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; /* FIXME */