diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2011-04-14 02:41:41 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2011-04-14 02:41:41 +0000 |
commit | 9e0cc5207f7f76455aae96618d7b98de613b6e52 (patch) | |
tree | 6dd33cdea575e3325397a29cda6f784f761f36d3 /sys/dev/biovar.h | |
parent | efc661500bb14031f972efb4d56df177f86da59d (diff) |
stray space
Diffstat (limited to 'sys/dev/biovar.h')
-rw-r--r-- | sys/dev/biovar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/biovar.h b/sys/dev/biovar.h index e5ff86850aa..76e15b82081 100644 --- a/sys/dev/biovar.h +++ b/sys/dev/biovar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: biovar.h,v 1.38 2010/03/26 16:50:59 jsing Exp $ */ +/* $OpenBSD: biovar.h,v 1.39 2011/04/14 02:41:40 marco Exp $ */ /* * Copyright (c) 2002 Niklas Hallqvist. All rights reserved. @@ -78,7 +78,7 @@ struct bioc_disk { #define BIOC_SDOFFLINE 0x01 #define BIOC_SDOFFLINE_S "Offline" #define BIOC_SDFAILED 0x02 -#define BIOC_SDFAILED_S "Failed" +#define BIOC_SDFAILED_S "Failed" #define BIOC_SDREBUILD 0x03 #define BIOC_SDREBUILD_S "Rebuild" #define BIOC_SDHOTSPARE 0x04 |