diff options
author | phk <phk@FreeBSD.org> | 2004-06-17 11:44:05 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2004-06-17 11:44:05 +0000 |
commit | 0cf3d6f0500e07310b23071b4f774e7022d8c4fe (patch) | |
tree | 7c8654f095749d097068635a0bf4e8b4ed733d07 /sys | |
parent | 2211cbc1f6d4bd24f3100369378258b3a4d54dc9 (diff) | |
download | FreeBSD-src-0cf3d6f0500e07310b23071b4f774e7022d8c4fe.zip FreeBSD-src-0cf3d6f0500e07310b23071b4f774e7022d8c4fe.tar.gz |
Fix another beak.
Seen by: pjd
Diffstat (limited to 'sys')
-rw-r--r-- | sys/boot/pc98/libpc98/biosdisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/libpc98/biosdisk.c b/sys/boot/pc98/libpc98/biosdisk.c index 7b4cc86..706f854 100644 --- a/sys/boot/pc98/libpc98/biosdisk.c +++ b/sys/boot/pc98/libpc98/biosdisk.c @@ -989,7 +989,7 @@ bd_realstrategy(void *devdata, int rw, daddr_t dblk, size_t size, char *buf, siz return (0); default: /* DO NOTHING */ - beak; + break; } return EROFS; |