summary refs log tree commit diff
path: root/bin/pngo.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pngo.c')
-rw-r--r--bin/pngo.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/pngo.c b/bin/pngo.c
index e4afa082..49c734da 100644
--- a/bin/pngo.c
+++ b/bin/pngo.c
@@ -697,10 +697,10 @@ int main(int argc, char *argv[]) {
 	int opt;
 	while (0 < (opt = getopt(argc, argv, "co:v"))) {
 		switch (opt) {
-			case 'c': stdio = true; break;
-			case 'o': output = optarg; break;
-			case 'v': verbose = true; break;
-			default: return EX_USAGE;
+			break; case 'c': stdio = true;
+			break; case 'o': output = optarg;
+			break; case 'v': verbose = true;
+			break; default: return EX_USAGE;
 		}
 	}