assert(*value != '\0');
/* count up table items - first time only */
- if ( table_size == 0 )
+ /* if ( table_size == 0 ) */ /* binary search not working now */
{
l=-1;
for (i=0; option_info[i].mnemonic != (const char *) NULL; i++)
% flag.
%
*/
-WandExport int ProcessCommandOptions(MagickCLI *cli_wand, int argc,
- char **argv, int index )
+WandExport int ProcessCommandOptions(MagickCLI *cli_wand,int argc,char **argv,
+ int index)
{
const char
*option,
return(MagickTrue);
}
-WandExport MagickBooleanType MagickImageCommand(ImageInfo *image_info,
- int argc,char **argv,char **metadata,ExceptionInfo *exception)
+WandExport MagickBooleanType MagickImageCommand(ImageInfo *image_info,int argc,
+ char **argv,char **metadata,ExceptionInfo *exception)
{
MagickCLI
*cli_wand;