Skip to content

Commit 21b46a1

Browse files
author
Cristy
committed
cosmetic
1 parent bb748ee commit 21b46a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MagickCore/property.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2557,9 +2557,11 @@ static const char *GetMagickPropertyLetter(ImageInfo *image_info,
25572557
break;
25582558
}
25592559
case 'o': /* Output Filename - for delegate use only */
2560+
{
25602561
WarnNoImageInfoReturn("\"%%%c\"",letter);
25612562
string=image_info->filename;
25622563
break;
2564+
}
25632565
case 'p': /* Image index in current image list */
25642566
{
25652567
WarnNoImageReturn("\"%%%c\"",letter);

0 commit comments

Comments
 (0)