summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-04-02 00:08:28 +0000
committerderaadt <deraadt@openbsd.org>2003-04-02 00:08:28 +0000
commit41c5a28d4c0bed608231e1ca741769b3eda3508d (patch)
treebe5bfd0efca086104c97c0887286a25fc8703c4f
parentasprintf; millert ok (diff)
downloadwireguard-openbsd-41c5a28d4c0bed608231e1ca741769b3eda3508d.tar.xz
wireguard-openbsd-41c5a28d4c0bed608231e1ca741769b3eda3508d.zip
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);
}