- save 4 bytes
   text    data     bss     dec     hex filename
    764       0      80     844     34c vlock.o.oorig
    760       0      80     840     348 vlock.o
diff --git a/loginutils/vlock.c b/loginutils/vlock.c
index 1414613..7cc812f 100644
--- a/loginutils/vlock.c
+++ b/loginutils/vlock.c
@@ -114,5 +114,5 @@
 		puts("Password incorrect");
 	} while (1);
 	restore_terminal();
-	return 0;
+	fflush_stdout_and_exit(0);
 }