]> granicus.if.org Git - imagemagick/commitdiff
Moved extra space to end of string.
authordirk <dirk@git.imagemagick.org>
Sat, 6 Jun 2015 23:31:36 +0000 (23:31 +0000)
committerdirk <dirk@git.imagemagick.org>
Sat, 6 Jun 2015 23:31:36 +0000 (23:31 +0000)
MagickCore/version.c

index 35f2483d7ce045f11623a49be44126669feb91fc..14f523b123a443392feed1a91d00cda41735ce5a 100644 (file)
@@ -220,28 +220,28 @@ MagickExport const char *GetMagickFeatures(void)
 {
   return ""
 #if defined(MAGICKCORE_WINDOWS_SUPPORT) && defined(_DEBUG)
-  " Debug"
+  "Debug "
 #endif
 #if defined(MAGICKCORE_CIPHER_SUPPORT)
-  " Cipher"
+  "Cipher "
 #endif
 #if defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(MAGICKCORE_HAVE_SOCKET) && defined(MAGICKCORE_THREAD_SUPPORT)
-  " DPC"
+  "DPC "
 #endif
 #if defined(MAGICKCORE_HDRI_SUPPORT)
-  " HDRI"
+  "HDRI "
 #endif
 #if defined(MAGICKCORE_BUILD_MODULES) || defined(_DLL)
-  " Modules"
+  "Modules "
 #endif
 #if defined(MAGICKCORE_OPENCL_SUPPORT)
-  " OpenCL"
+  "OpenCL "
 #endif
 #if defined(MAGICKCORE_OPENMP_SUPPORT)
-  " OpenMP"
+  "OpenMP "
 #endif
 #if defined(ZERO_CONFIGURATION_SUPPORT)
-  " Zero-configuration"
+  "Zero-configuration "
 #endif
   ;
 }