diff --git a/magick/configure.c b/magick/configure.c
index 460dce5..b8a53ef 100644
--- a/magick/configure.c
+++ b/magick/configure.c
@@ -936,9 +936,11 @@
(LocaleCompare(path,configure_info[i]->path) != 0))
{
if (configure_info[i]->path != (char *) NULL)
- (void) FormatLocaleFile(file,"\nPath: %s\n\n",configure_info[i]->path);
+ (void) FormatLocaleFile(file,"\nPath: %s\n\n",
+ configure_info[i]->path);
(void) FormatLocaleFile(file,"Name Value\n");
- (void) FormatLocaleFile(file,"-------------------------------------------------"
+ (void) FormatLocaleFile(file,
+ "-------------------------------------------------"
"------------------------------\n");
}
path=configure_info[i]->path;