=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mixerctl/mixerctl.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- src/usr.bin/mixerctl/mixerctl.c 2007/08/06 19:16:06 1.24 +++ src/usr.bin/mixerctl/mixerctl.c 2007/09/27 21:55:54 1.25 @@ -1,4 +1,4 @@ -/* $OpenBSD: mixerctl.c,v 1.24 2007/08/06 19:16:06 sobrado Exp $ */ +/* $OpenBSD: mixerctl.c,v 1.25 2007/09/27 21:55:54 sobrado Exp $ */ /* $NetBSD: mixerctl.c,v 1.11 1998/04/27 16:55:23 augustss Exp $ */ /* @@ -260,7 +260,7 @@ file = "/dev/mixer"; while ((ch = getopt(argc, argv, "af:nqtvw")) != -1) { - switch(ch) { + switch (ch) { case 'a': aflag++; break; @@ -403,7 +403,7 @@ "usage: %s [-nv] [-f file] -a\n" " %s [-nv] [-f file] name ...\n" " %s [-qt] [-f file] name ...\n" - " %s [-q] [-f file] name=value ...\n", + " %s [-q] [-f file] name=value ...\n", __progname, __progname, __progname, __progname); exit(1);