summaryrefslogtreecommitdiff
path: root/accman.c
diff options
context:
space:
mode:
Diffstat (limited to 'accman.c')
-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);