aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tools/Resources.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Resources.cpp b/tools/Resources.cpp
index 4767edde5f..4c3db1e90c 100644
--- a/tools/Resources.cpp
+++ b/tools/Resources.cpp
@@ -48,7 +48,7 @@ SkTypeface* GetResourceAsTypeface(const char* resource) {
}
SkAutoTUnref<SkTypeface> typeface(SkTypeface::CreateFromStream(stream.detach()));
if (!typeface) {
- SkDebugf("Resource %s not a valid font.", resource);
+ SkDebugf("Resource %s not a valid font.\n", resource);
}
return typeface.detach();
}