]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commitdiff
Typo in r6555 spotted by Daniel Meidlinger.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 14 Feb 2006 13:14:08 +0000 (13:14 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 14 Feb 2006 13:14:08 +0000 (13:14 +0000)
git-svn-id: http://svn.tartarus.org/sgt/putty@6558 cda61777-01e9-0310-a592-d414129be87e

macosx/osxwin.m

index 0eacef11b49303db1c1321381e318c7249d58760..a4fac71d70bf3b09b0f099540e350dee7482e902 100644 (file)
@@ -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 */