summaryrefslogtreecommitdiff
path: root/usr.bin/mg/fileio.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-14 14:24:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-14 14:24:22 +0000
commitbf173a2604bd859e8f923f89df06fce145944f3c (patch)
treebc6fab0af70644c69f78c1cd5abc96b1cf7cd225 /usr.bin/mg/fileio.c
parente672b0adc93b18c8f8186dbe2abee2a2d006664b (diff)
some KNF
Diffstat (limited to 'usr.bin/mg/fileio.c')
-rw-r--r--usr.bin/mg/fileio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/fileio.c b/usr.bin/mg/fileio.c
index 448597836c5..090ccec0209 100644
--- a/usr.bin/mg/fileio.c
+++ b/usr.bin/mg/fileio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fileio.c,v 1.21 2002/02/13 03:03:49 vincent Exp $ */
+/* $OpenBSD: fileio.c,v 1.22 2002/02/14 14:24:21 deraadt Exp $ */
/*
* POSIX fileio.c
@@ -202,7 +202,7 @@ fbackupfile(fn)
}
free(nname);
errno = serrno;
-
+
return (nread == -1 ? FALSE : TRUE);
}
#endif