]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 13 Oct 2011 17:13:21 +0000 (17:13 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 13 Oct 2011 17:13:21 +0000 (17:13 +0000)
MagickCore/nt-base.h

index 191df1e9300efb2e95c134745ecdaa193bdb8851..cceb5ea7580408611806eb7f6d185046336113e1 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
 #include "MagickCore/geometry.h"
 
 #if !defined(isatty)
-#  define isatty _isatty
+#  define isatty  _isatty
 #endif
 
 #if defined(MAGICKCORE_WINDOWS_SUPPORT)