summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/vchan.c
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-07-15 13:03:10 +0000
committermarkm <markm@FreeBSD.org>2002-07-15 13:03:10 +0000
commit511b33620e9d97a3161373f5e4dbc2cfe4b076b5 (patch)
tree64a05c689ed3480f190bb6782560d68eef72edcb /sys/dev/sound/pcm/vchan.c
parente0ecf9a2229a7244ef6cbd5e5a917c8b93982b0b (diff)
downloadFreeBSD-src-511b33620e9d97a3161373f5e4dbc2cfe4b076b5.zip
FreeBSD-src-511b33620e9d97a3161373f5e4dbc2cfe4b076b5.tar.gz
Use semicolons at the end of function-like macros for the sake of
consistency, style and future cleanliness.
Diffstat (limited to 'sys/dev/sound/pcm/vchan.c')
-rw-r--r--sys/dev/sound/pcm/vchan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/vchan.c b/sys/dev/sound/pcm/vchan.c
index 52b7a90..3f754a7 100644
--- a/sys/dev/sound/pcm/vchan.c
+++ b/sys/dev/sound/pcm/vchan.c
@@ -337,7 +337,7 @@ vchan_initsys(device_t dev)
d = device_get_softc(dev);
SYSCTL_ADD_PROC(snd_sysctl_tree(dev), SYSCTL_CHILDREN(snd_sysctl_tree_top(dev)),
OID_AUTO, "vchans", CTLTYPE_INT | CTLFLAG_RW, d, sizeof(d),
- sysctl_hw_snd_vchans, "I", "")
+ sysctl_hw_snd_vchans, "I", "");
#endif
return 0;
OpenPOWER on IntegriCloud