summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-07 10:31:58 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-07 10:31:58 +0330
commit4ec0e96e32a271ff59099aa6bb4233b107195ccd (patch)
treee681c13aec21459040ac54444203e337c58e11fe /src/main.c
parentb5772e1c6961dd4b99b91b060b57584d4868aa2b (diff)
add struct + struct values + access by dot
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 71f6384..3513ff3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -61,7 +61,7 @@ int main(int argc, char *argv[]) {
return 1;
}
- const int ret = run(argv[1], true);
+ const int ret = run(argv[1], false);
fileDelete();
return ret;
}