- save 4 bytes

text    data     bss     dec     hex filename
    764       0      80     844     34c vlock.o.oorig
    760       0      80     840     348 vlock.o
This commit is contained in:
Bernhard Reutner-Fischer 2006-11-30 14:53:51 +00:00
parent 28bb84bd4e
commit b8bb27c7ea

View File

@ -114,5 +114,5 @@ int vlock_main(int argc, char **argv)
puts("Password incorrect");
} while (1);
restore_terminal();
return 0;
fflush_stdout_and_exit(0);
}