From ad4bf703f0e9d665c05a575bbe38021f0b036a35 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 17 Jan 2001 16:27:04 +0000 Subject: [PATCH] Added some comments. committer: mfx 979748824 +0000 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index c6f423a6..5fbd2e74 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;