summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-04-02 00:08:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-04-02 00:08:29 +0000
commitc58f787b3a0fc984307434d3bf6332b04bc894da (patch)
treec3230f8705b460b76934e5845879dcff9a4aa2b5
parent0a9e1209814e7fa982c1ac84ef7647358fba5c1c (diff)
knf
-rw-r--r--lib/libutil/passwd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/passwd.c b/lib/libutil/passwd.c
index fce7f2a1d97..7464ec834fe 100644
--- a/lib/libutil/passwd.c
+++ b/lib/libutil/passwd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: passwd.c,v 1.39 2003/04/01 16:28:03 millert Exp $ */
+/* $OpenBSD: passwd.c,v 1.40 2003/04/02 00:08:28 deraadt Exp $ */
/*
* Copyright (c) 1987, 1993, 1994, 1995
@@ -34,7 +34,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "$OpenBSD: passwd.c,v 1.39 2003/04/01 16:28:03 millert Exp $";
+static const char rcsid[] = "$OpenBSD: passwd.c,v 1.40 2003/04/02 00:08:28 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
@@ -497,7 +497,7 @@ pw_copy(ffd, tfd, pw)
if (ferror(to))
err:
- pw_error(NULL, 0, 1);
+ pw_error(NULL, 0, 1);
free(master);
(void)fclose(to);
}