summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Shyti <andi@etezian.org>2013-07-26 15:41:01 +0200
committerAndi Shyti <andi@etezian.org>2013-07-26 15:41:01 +0200
commit2d13c30a8411d96f38b207653bb3d6baa85b09bb (patch)
tree8e44dc74c63d7e8148ddd8878763840527e2ccf9
parenta5d8be91b53b0c955fbed51ff4ff6cdf20f0c4fe (diff)
accman.c: fix line over 80 characters
Signed-off-by: Andi Shyti <andi@etezian.org>
-rw-r--r--accman.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/accman.c b/accman.c
index 5b0f2ef..75cab8c 100644
--- a/accman.c
+++ b/accman.c
@@ -75,7 +75,8 @@ char *get_password(void)
memset(tmp, 0, len);
if (scmp) {
- fprintf(stderr, "The passwords don't match, operation aborted\n");
+ fprintf(stderr,
+ "The passwords don't match, operation aborted\n");
/* clear passwd */
memset(p, 0, len);
exit(EXIT_FAILURE);