%
% The format of the GetCommandOptionInfo method is:
%
-% const char **GetCommandOptionInfo(const CommandOption option)
+% const char **GetCommandOptionInfo(const char *option)
%
% A description of each parameter follows:
%
if ((*option != '-') && (*option != '+'))
return(MagickFalse);
if (strlen(option) == 1)
- return(IsMagickTrue( (*option == '{') || (*option == '}')
- || (*option == '[') || (*option == ']') ));
+ return(IsMagickTrue((*option == '{') || (*option == '}') ||
+ (*option == '[') || (*option == ']')));
option++;
if (*option == '-')
return(MagickTrue);