Skip to content

Commit

Permalink
Fixed slash.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Apr 3, 2017
1 parent fcfaca7 commit 2b0924a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coders/pdf.c
Expand Up @@ -2213,7 +2213,7 @@ RestoreMSCWarning
if ((profile == (StringInfo *) NULL) || (channels == 0))
{
if (channels != 0)
(void) FormatLocaleString(buffer,MagickPathExtent,"\%s\n",device);
(void) FormatLocaleString(buffer,MagickPathExtent,"/%s\n",device);
else
(void) FormatLocaleString(buffer,MagickPathExtent,
"[ /Indexed /%s %.20g %.20g 0 R ]\n",device,(double) image->colors-
Expand Down

0 comments on commit 2b0924a

Please sign in to comment.