]> asedeno.scripts.mit.edu Git - PuTTY.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)
[originally from svn r6558]
[r6555 == d526e3bb335700b41252c515da979e20dbe08472]

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 */