From 6a2f7f41cf7c544d6abce958f89c873b24f79b18 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 16 Aug 2007 10:35:17 +0000 Subject: whitespace fixes, no code changes --- loginutils/chpasswd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loginutils/chpasswd.c') diff --git a/loginutils/chpasswd.c b/loginutils/chpasswd.c index 6fb4dca7a..e2a717a02 100644 --- a/loginutils/chpasswd.c +++ b/loginutils/chpasswd.c @@ -31,7 +31,7 @@ int chpasswd_main(int argc, char **argv) if (getuid()) bb_error_msg_and_die(bb_msg_perm_denied_are_you_root); - opt_complementary = "m--e:e--m"; + opt_complementary = "m--e:e--m"; USE_GETOPT_LONG(applet_long_options = chpasswd_longopts;) opt = getopt32(argc, argv, "em"); -- cgit v1.2.3