fix warning in render pdf tool

BUG=

Review URL: https://codereview.appspot.com/7033056

git-svn-id: http://skia.googlecode.com/svn/trunk@7063 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
humper@google.com 2013-01-07 20:08:56 +00:00
parent a7830dc6d8
commit f286329ad1

View File

@ -209,6 +209,7 @@ int tool_main(int argc, char** argv) {
SkDebugf("Failed to render %i PDFs.\n", failures);
return 1;
}
return 0;
}
#if !defined SK_BUILD_FOR_IOS