aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2008-07-03 22:20:13 -0400
committerRuss Cox <rsc@swtch.com>2008-07-03 22:20:13 -0400
commitcb29a5fce6547238d6845060994f7adf62814802 (patch)
treecd18372347a945756226c29c6cba21701edd98cb
parent020c5cbb6745ff203327b198e17b45b62e20a883 (diff)
downloadplan9port-cb29a5fce6547238d6845060994f7adf62814802.tar.gz
plan9port-cb29a5fce6547238d6845060994f7adf62814802.tar.bz2
plan9port-cb29a5fce6547238d6845060994f7adf62814802.zip
devdraw: make OS X native gui build (Eric Nichols)
-rw-r--r--src/cmd/devdraw/osx-screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/devdraw/osx-screen.c b/src/cmd/devdraw/osx-screen.c
index e8897c1d..71caff4a 100644
--- a/src/cmd/devdraw/osx-screen.c
+++ b/src/cmd/devdraw/osx-screen.c
@@ -425,7 +425,7 @@ kbdevent(EventRef event)
if(k >= 0)
keystroke(k);
else{
- UniChar ch;
+ UniChar uc;
OSStatus s;
s = GetEventParameter(event, kEventParamKeyUnicodes,