diff options
Diffstat (limited to 'dmagick/c/profile.d')
| -rw-r--r-- | dmagick/c/profile.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmagick/c/profile.d b/dmagick/c/profile.d index 44dbbf6..b984b4f 100644 --- a/dmagick/c/profile.d +++ b/dmagick/c/profile.d @@ -32,7 +32,7 @@ extern(C) char* GetNextImageProfile(const Image*); - const(StringInfo) *GetImageProfile(const Image *,const char *); + const(StringInfo)* GetImageProfile(const Image *,const char *); MagickBooleanType CloneImageProfiles(Image*, const Image*); MagickBooleanType DeleteImageProfile(Image*, const char*); |
