diff --git a/MagickCore/property.c b/MagickCore/property.c
index ff06efc..1a13aa3 100644
--- a/MagickCore/property.c
+++ b/MagickCore/property.c
@@ -2402,7 +2402,7 @@
     {
       WarnNoImageReturn("\"%%%c\"",letter);
       (void) FormatLocaleString(value,MaxTextExtent,"%.20g",(double)
-        (image->quality == 0 ? 92 : image->quality);
+        (image->quality == 0 ? 92 : image->quality));
       break;
     }
     case 'S': /* Number of scenes in image list.  */