summaryrefslogtreecommitdiffstats
path: root/src/firejail/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/main.c')
-rw-r--r--src/firejail/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/firejail/main.c b/src/firejail/main.c
index a0225be15..35f825a07 100644
--- a/src/firejail/main.c
+++ b/src/firejail/main.c
@@ -900,7 +900,6 @@ int main(int argc, char **argv) {
900 else { 900 else {
901 // check --output option and execute it; 901 // check --output option and execute it;
902 check_output(argc, argv); // the function will not return if --output option was found 902 check_output(argc, argv); // the function will not return if --output option was found
903 check_user(argc, argv); // the function will not return if --user option was found
904 } 903 }
905 904
906 905