commit | defb3f0053e337dc0cce29259a16990f57e22638 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu Sep 10 02:18:35 2009 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu Sep 10 02:18:35 2009 +0000 |
tree | 91e84a833227e5d040cc870e60ec65193e7a7ce5 | |
parent | ca72a6dc1eb6514b585832c8c8f1f881d28f0fcd [diff] [blame] |
diff --git a/magick/delegate-private.h b/magick/delegate-private.h index e0994c0..a628dd2 100644 --- a/magick/delegate-private.h +++ b/magick/delegate-private.h
@@ -41,7 +41,7 @@ # endif #endif -typedef struct _GhostscriptVectors +typedef struct _GhostInfo { int (MagickDLLCall *exit)(gs_main_instance *); @@ -57,7 +57,7 @@ void (MagickDLLCall *delete_instance)(gs_main_instance *); -} GhostscriptVectors; +} GhostInfo; #if defined(__cplusplus) || defined(c_plusplus) }