summaryrefslogtreecommitdiff
path: root/usr.bin/audioctl
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-21 01:39:08 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-21 01:39:08 +0000
commit130157255f5676b7ae00e81c69c434ee5da1dfa4 (patch)
tree8110ff969f3798c2f739f2d77a1988fcce4fbfa0 /usr.bin/audioctl
parent21e975c49ffff2afc9af6b016bdb648661a1a801 (diff)
()
Diffstat (limited to 'usr.bin/audioctl')
-rw-r--r--usr.bin/audioctl/audioctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/audioctl/audioctl.c b/usr.bin/audioctl/audioctl.c
index 90d2c1325f3..57e55a66114 100644
--- a/usr.bin/audioctl/audioctl.c
+++ b/usr.bin/audioctl/audioctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: audioctl.c,v 1.9 2003/04/16 01:36:39 deraadt Exp $ */
+/* $OpenBSD: audioctl.c,v 1.10 2003/06/21 01:39:07 deraadt Exp $ */
/* $NetBSD: audioctl.c,v 1.14 1998/04/27 16:55:23 augustss Exp $ */
/*
@@ -395,7 +395,7 @@ main(int argc, char **argv)
while(argc--) {
char *q;
- if (q = strchr(*argv, '=')) {
+ if ((q = strchr(*argv, '='))) {
*q++ = 0;
p = findfield(*argv);
if (p == 0)