]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/thread.c
(no commit message)
[imagemagick] / MagickCore / thread.c
index cd90b0da61152e201e3933c8bcd2036c0d11a99d..0faf96dad2b6577916c5c7ce8211e3ed30c7ceeb 100644 (file)
 %                         MagickCore Thread Methods                           %
 %                                                                             %
 %                             Software Design                                 %
-%                               John Cristy                                   %
+%                                  Cristy                                     %
 %                               March  2003                                   %
 %                                                                             %
 %                                                                             %
-%  Copyright 1999-2013 ImageMagick Studio LLC, a non-profit organization      %
+%  Copyright 1999-2014 ImageMagick Studio LLC, a non-profit organization      %
 %  dedicated to making software imaging solutions freely available.           %
 %                                                                             %
 %  You may not use this file except in compliance with the License.  You may  %
@@ -106,7 +106,6 @@ MagickExport MagickBooleanType MagickDeleteThreadKey(MagickThreadKey key)
   key=(MagickThreadKey) RelinquishMagickMemory(key);
   return(MagickTrue);
 #endif
-
 }
 \f
 /*