Add semicolon back that was accidentally deleted in r2444
git-svn-id: http://skia.googlecode.com/svn/trunk@2445 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/src/GrContext.cpp b/gpu/src/GrContext.cpp
index 6ffda11..93a0a88 100644
--- a/gpu/src/GrContext.cpp
+++ b/gpu/src/GrContext.cpp
@@ -1496,7 +1496,7 @@
// thing WRT to the blend then we'll need some query on the PR.
if (disable_coverage_aa_for_blend(target)) {
#if GR_DEBUG
- GrPrintf("Turning off AA to correctly apply blend.\n")
+ GrPrintf("Turning off AA to correctly apply blend.\n");
#endif
target->disableState(GrDrawTarget::kAntialias_StateBit);
}