Added some comments.

committer: mfx <mfx> 979748824 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2001-01-17 16:27:04 +00:00
parent 342679b6d3
commit ad4bf703f0

View File

@ -523,10 +523,10 @@ static int do_option(int optc, const char *arg)
opt->no_env = true;
break;
// compression settings
case 520:
case 520: // --small
opt->small = 1;
break;
case 521:
case 521: // --filter=
getoptvar(&opt->filter, 0, 255);
opt->all_filters = false;
break;