summaryrefslogtreecommitdiff
path: root/accman.c
diff options
context:
space:
mode:
Diffstat (limited to 'accman.c')
-rw-r--r--accman.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/accman.c b/accman.c
index 75cab8c..90783c3 100644
--- a/accman.c
+++ b/accman.c
@@ -100,9 +100,9 @@ int main (void)
if (confirm(usr)) {
db_insert_user(usr);
printf("User %s inserted correctly\n", usr.n);
- }
- else
+ } else {
printf("user insertion aborted\n");
+ }
return 0;
}