diff --git a/MagickCore/configure.c b/MagickCore/configure.c
index 7dc8ccb..fa6ad08 100644
--- a/MagickCore/configure.c
+++ b/MagickCore/configure.c
@@ -976,7 +976,7 @@
         if (configure_info[i]->path != (char *) NULL)
           (void) FormatLocaleFile(file,"\nPath: %s\n\n",
             configure_info[i]->path);
-        (void) FormatLocaleFile(file,"Name          Value\n");
+        (void) FormatLocaleFile(file,"Name           Value\n");
         (void) FormatLocaleFile(file,
           "-------------------------------------------------"
           "------------------------------\n");
@@ -986,7 +986,7 @@
     if (configure_info[i]->name != (char *) NULL)
       name=configure_info[i]->name;
     (void) FormatLocaleFile(file,"%s",name);
-    for (j=(ssize_t) strlen(name); j <= 12; j++)
+    for (j=(ssize_t) strlen(name); j <= 13; j++)
       (void) FormatLocaleFile(file," ");
     (void) FormatLocaleFile(file," ");
     value="unknown";