diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-10 23:07:00 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-10 23:07:00 +0000 |
| commit | 74b8d63dcc17c07d8cb21e13f6db517698efd49f (patch) | |
| tree | f9ef37d6819baa5fad7e8d8d09e679def3577aa7 /sys/cam/ctl/ctl_ha.c | |
| parent | 61a4e586d4ea3a05c656c094b62a1e550737086c (diff) | |
Notes
Diffstat (limited to 'sys/cam/ctl/ctl_ha.c')
| -rw-r--r-- | sys/cam/ctl/ctl_ha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/ctl/ctl_ha.c b/sys/cam/ctl/ctl_ha.c index 57466ec7afc6f..f1f5b8c58a4f0 100644 --- a/sys/cam/ctl/ctl_ha.c +++ b/sys/cam/ctl/ctl_ha.c @@ -356,7 +356,7 @@ ctl_ha_send(struct ha_softc *softc) printf("%s: sosend() error %d\n", __func__, error); return; } - }; + } } static void |
