summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2007-06-09 18:06:50 +0000
committerderaadt <deraadt@openbsd.org>2007-06-09 18:06:50 +0000
commit117993cf041e5afaebba194d014347e29db30cdd (patch)
tree78ab33d5bb81ad6a8bd6a497ba2fc5ed3b64bc1b
parentunify DOSPTYP_FAT* code (some architectures missed a filesystem type or two) (diff)
downloadwireguard-openbsd-117993cf041e5afaebba194d014347e29db30cdd.tar.xz
wireguard-openbsd-117993cf041e5afaebba194d014347e29db30cdd.zip
kill stupid character difference
-rw-r--r--sys/arch/sparc/sparc/disksubr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/sparc/disksubr.c b/sys/arch/sparc/sparc/disksubr.c
index ab763eb2862..cff6fc33180 100644
--- a/sys/arch/sparc/sparc/disksubr.c
+++ b/sys/arch/sparc/sparc/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.56 2007/06/09 04:08:39 deraadt Exp $ */
+/* $OpenBSD: disksubr.c,v 1.57 2007/06/09 18:06:50 deraadt Exp $ */
/* $NetBSD: disksubr.c,v 1.16 1996/04/28 20:25:59 thorpej Exp $ */
/*
@@ -349,7 +349,7 @@ disklabel_sun_to_bsd(char *cp, struct disklabel *lp)
while (sp1 < sp2)
cksum ^= *sp1++;
if (cksum != 0)
- return("SunOS disk label, bad checksum");
+ return ("SunOS disk label, bad checksum");
/* Format conversion. */
lp->d_magic = DISKMAGIC;