Index: tools/pinspect.cpp |
diff --git a/tools/pinspect.cpp b/tools/pinspect.cpp |
index 1cbc2e19c3328d344b12e9edea171f63911911b2..57aaf1e7224eadf4c9a7df24bb6049779a9d4e75 100644 |
--- a/tools/pinspect.cpp |
+++ b/tools/pinspect.cpp |
@@ -38,7 +38,7 @@ static sk_sp<SkPicture> inspect(const char path[]) { |
SkDebugf("Could not create SkPicture: %s\n", path); |
return nullptr; |
} |
- printf("picture cullRect: [%f %f %f %f]\n", |
+ printf("picture cullRect: [%f %f %f %f]\n", |
pic->cullRect().fLeft, pic->cullRect().fTop, |
pic->cullRect().fRight, pic->cullRect().fBottom); |
return pic; |