[Pkg-shadow-commits] r3451 - in upstream/trunk: . src

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Thu Jul 28 14:36:24 UTC 2011


Author: nekral-guest
Date: 2011-07-28 14:36:24 +0000 (Thu, 28 Jul 2011)
New Revision: 3451

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/src/chgpasswd.c
Log:
	* src/chgpasswd.c: Fix typo.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2011-07-26 15:38:45 UTC (rev 3450)
+++ upstream/trunk/ChangeLog	2011-07-28 14:36:24 UTC (rev 3451)
@@ -1,3 +1,7 @@
+2011-07-28  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* src/chgpasswd.c: Fix typo.
+
 2011-07-23  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* NEWS, src/login.c: Do not log in utmp / utmpx / wtmp when PAM is

Modified: upstream/trunk/src/chgpasswd.c
===================================================================
--- upstream/trunk/src/chgpasswd.c	2011-07-26 15:38:45 UTC (rev 3450)
+++ upstream/trunk/src/chgpasswd.c	2011-07-28 14:36:24 UTC (rev 3451)
@@ -122,7 +122,7 @@
 	                  "\n"
 	                  "Options:\n"),
 	                Prog);
-	void) fprintf (usageout,
+	(void) fprintf (usageout,
 	                _("  -c, --crypt-method <METHOD>   the crypt method (one of %s)\n"),
 #ifndef USE_SHA_CRYPT
 	                "NONE DES MD5"




More information about the Pkg-shadow-commits mailing list