Skip to content

Commit

Permalink
Fix finger-glitch in Image_image_type
Browse files Browse the repository at this point in the history
  • Loading branch information
rmagick committed Jan 12, 2006
1 parent 61e898a commit 216b50b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/RMagick/rmimage.c
@@ -1,4 +1,4 @@
/* $Id: rmimage.c,v 1.137 2006/01/11 23:53:06 rmagick Exp $ */
/* $Id: rmimage.c,v 1.138 2006/01/12 23:46:03 rmagick Exp $ */
/*============================================================================\
| Copyright (C) 2006 by Timothy P. Hunter
| Name: rmimage.c
Expand Down Expand Up @@ -8194,8 +8194,8 @@ VALUE Image_image_type_eq(VALUE self, VALUE type)
/*
Method: Image#image_type
Purpose: Call GetImageType to get the image type
VALUE Image_image_type(VALUE self)
*/
VALUE Image_image_type(VALUE self)
{
Image *image;
ImageType type;
Expand Down

0 comments on commit 216b50b

Please sign in to comment.