aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sorace <a@9srv.net>2010-01-26 12:48:31 -0800
committerRuss Cox <rsc@swtch.com>2010-01-26 12:48:31 -0800
commitecb01acac3a1d97b88d8c08ba6d67836c9d138a8 (patch)
treee17cf5fd253bb311ef213325c6f70ad36c7d5188
parenta61c69337c9242fa91c62bf761a03b6af015a4f9 (diff)
downloadplan9port-ecb01acac3a1d97b88d8c08ba6d67836c9d138a8.tar.gz
plan9port-ecb01acac3a1d97b88d8c08ba6d67836c9d138a8.tar.bz2
plan9port-ecb01acac3a1d97b88d8c08ba6d67836c9d138a8.zip
R=rsc
CC=codebot http://codereview.appspot.com/193056
-rw-r--r--src/cmd/devdraw/osx-screen-carbon.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/devdraw/osx-screen-carbon.m b/src/cmd/devdraw/osx-screen-carbon.m
index 70fee3e0..017cb6ea 100644
--- a/src/cmd/devdraw/osx-screen-carbon.m
+++ b/src/cmd/devdraw/osx-screen-carbon.m
@@ -25,7 +25,7 @@ AUTOFRAMEWORK(Carbon)
AUTOFRAMEWORK(Cocoa)
#ifdef MULTITOUCH
-AUTOFRAMEWORK(MultiTouchSupport)
+AUTOFRAMEWORK(MultitouchSupport)
#endif
#define panic sysfatal