aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/views
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-24 14:20:00 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-24 14:20:00 +0000
commit5b5bba36dcbc69b0033c2acc9981734956394816 (patch)
tree3a7b1e5cb7590602130ec281bffa55efcdc333c6 /src/views
parent56072f9eccd726c659c5422f2cb1966d3c79bf3c (diff)
Addressed xcode analysis complaints
Diffstat (limited to 'src/views')
-rw-r--r--src/views/mac/SkNSView.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/mac/SkNSView.mm b/src/views/mac/SkNSView.mm
index 580651c0ad..b3c6762747 100644
--- a/src/views/mac/SkNSView.mm
+++ b/src/views/mac/SkNSView.mm
@@ -6,7 +6,7 @@
* found in the LICENSE file.
*/
-#import "SkNSView.h"s
+#import "SkNSView.h"
#include "SkCanvas.h"
#include "SkCGUtils.h"
#include "SkEvent.h"