diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-06-21 20:23:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-06-21 20:23:08 +0000 |
commit | 946a52808f535ed8ab264ec03746beb1449e61ad (patch) | |
tree | 96feae67ac97a985a0e2d284e25d6c4723ae992b /sys/arch/hp300 | |
parent | cfd9816b0f483af1ce0c1cc716f315bf7fd23b2d (diff) |
Brace got lost in rev 1.51.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/dev/hd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/hd.c b/sys/arch/hp300/dev/hd.c index 3a2b218bf01..389d21d4d25 100644 --- a/sys/arch/hp300/dev/hd.c +++ b/sys/arch/hp300/dev/hd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hd.c,v 1.52 2007/06/20 20:13:40 miod Exp $ */ +/* $OpenBSD: hd.c,v 1.53 2007/06/21 20:23:07 miod Exp $ */ /* $NetBSD: rd.c,v 1.33 1997/07/10 18:14:08 kleink Exp $ */ /* @@ -1137,7 +1137,7 @@ hdioctl(dev, cmd, data, flag, p) if (sc == NULL) return (ENXIO); - switch (cmd) + switch (cmd) { case DIOCGPDINFO: hdgetdisklabel(dev, sc, (struct disklabel *)data, 1); goto exit; |