tR=rsc CC=codebot http://codereview.appspot.com/193056 - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ecb01acac3a1d97b88d8c08ba6d67836c9d138a8
 (DIR) parent a61c69337c9242fa91c62bf761a03b6af015a4f9
 (HTM) Author: Anthony Sorace <a@9srv.net>
       Date:   Tue, 26 Jan 2010 12:48:31 -0800
       
       R=rsc
       CC=codebot
       http://codereview.appspot.com/193056
       
       Diffstat:
         M src/cmd/devdraw/osx-screen-carbon.m |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/cmd/devdraw/osx-screen-carbon.m b/src/cmd/devdraw/osx-screen-carbon.m
       t@@ -25,7 +25,7 @@ AUTOFRAMEWORK(Carbon)
        AUTOFRAMEWORK(Cocoa)
        
        #ifdef MULTITOUCH
       -AUTOFRAMEWORK(MultiTouchSupport)
       +AUTOFRAMEWORK(MultitouchSupport)
        #endif
        
        #define panic sysfatal