From 2e091d4031e4ccf5be2ef0c55872cd5afe9f7d8d Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 12 Apr 2015 21:08:49 +0000 Subject: [PATCH] --- MagickCore/log.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/MagickCore/log.c b/MagickCore/log.c index 7c643de7d..18e47d419 100644 --- a/MagickCore/log.c +++ b/MagickCore/log.c @@ -558,8 +558,8 @@ static int LogCompare(const void *x,const void *y) } #endif -MagickExport char **GetLogList(const char *pattern, - size_t *number_preferences,ExceptionInfo *exception) +MagickExport char **GetLogList(const char *pattern,size_t *number_preferences, + ExceptionInfo *exception) { char **preferences; @@ -1248,8 +1248,7 @@ static char *TranslateFilename(const LogInfo *log_info) } MagickBooleanType LogMagickEventList(const LogEventType type,const char *module, - const char *function,const size_t line,const char *format, - va_list operands) + const char *function,const size_t line,const char *format,va_list operands) { char event[MaxTextExtent], -- 2.50.1