]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 24 Mar 2010 16:08:12 +0000 (16:08 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 24 Mar 2010 16:08:12 +0000 (16:08 +0000)
magick/thread-private.h

index d3a5f6437ebb0aee620c57df8b1ed8a8e4da69be..9a3585907f8f8d812afea239b13eec8d3925ab50 100644 (file)
@@ -103,8 +103,9 @@ static inline unsigned long GetOpenMPMaximumThreads(void)
       maximum_threads=omp_get_max_threads();
     return(maximum_threads);
   }
-#endif
+#else
   return(1UL);
+#endif
 }
 
 static inline long GetOpenMPThreadId(void)