diff --git a/mozilla/content/svg/content/src/nsSVGTransform.cpp b/mozilla/content/svg/content/src/nsSVGTransform.cpp index a2ffa303904..595a69f428f 100644 --- a/mozilla/content/svg/content/src/nsSVGTransform.cpp +++ b/mozilla/content/svg/content/src/nsSVGTransform.cpp @@ -203,7 +203,8 @@ nsSVGTransform::GetValueString(nsAString& aValue) nsTextFormatter::snprintf(buf, sizeof(buf)/sizeof(PRUnichar), NS_LITERAL_STRING("matrix(%g, %g, %g, %g, %g, %g)").get(), a, b, c, d, e, f); - } + } + break; default: buf[0] = '\0'; NS_ERROR("unknown transformation type");