This commit is contained in:
hyung-hwan 2008-03-19 01:32:06 +00:00
parent 580280704d
commit 2a753d8e07

View File

@ -279,7 +279,7 @@ static int handle_args (int argc, ase_char_t* argv[])
{
case ASE_T('h'):
print_usage (argv[0]);
return 0;
return -1;
case ASE_T('m'):
opt_memsize = ase_strtoi(opt.arg);