diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -135,7 +135,7 @@ main(int argc, char **argv) while (input_timeout(ffd, 1) == 0) { usleep(100000); if (ui_active == true) { - + // TODO: smthng } } stop_ui(); @@ -152,7 +152,6 @@ main(int argc, char **argv) exit(EXIT_FAILURE); } -printf("BLA\n"); close(ffd); if (crypt_cmd != NULL) free(crypt_cmd); free(fifo_path); |