@@ -4,13 +4,14 @@
int main(void)
{
int exit_status = LOGIN_FAIL;
int exit_status;
log_init();
gui_init();
while (exit_status == LOGIN_FAIL) {
do {
exit_status = profanity_start();
}
} while (exit_status == LOGIN_FAIL);
gui_close();
log_close();
The note is not visible to the blocked user.