[Pkg-shadow-commits] r2089 - upstream/trunk/src

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Mon Jun 9 20:32:18 UTC 2008


Author: nekral-guest
Date: 2008-06-09 20:32:17 +0000 (Mon, 09 Jun 2008)
New Revision: 2089

Modified:
   upstream/trunk/src/usermod.c
Log:
Add brackets and parenthesis.


Modified: upstream/trunk/src/usermod.c
===================================================================
--- upstream/trunk/src/usermod.c	2008-06-09 20:30:34 UTC (rev 2088)
+++ upstream/trunk/src/usermod.c	2008-06-09 20:32:17 UTC (rev 2089)
@@ -791,8 +791,9 @@
 
 	bool anyflag = false;
 
-	if ((1 == argc) || ('-' == argv[argc - 1][0]))
+	if ((1 == argc) || ('-' == argv[argc - 1][0])) {
 		usage ();
+	}
 
 	{
 		const struct passwd *pwd;




More information about the Pkg-shadow-commits mailing list