summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-21 23:53:32 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-21 23:53:32 +0330
commit30210fac06a6719a1f547a8cd1e24c159d7e7ee7 (patch)
tree90900f516383f26d8ffd74aed4b800ac62e685a9 /src/main.c
parent13156d99a29ba927f64d344cf4d385414bcf61e1 (diff)
add a lot of goodies in types
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 8e8bf3f..cda17c1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -114,7 +114,7 @@ int main(int argc, char *argv[]) {
return 1;
}
- const int ret = run(argv[1], false);
+ const int ret = run(argv[1], true);
fileDelete();
return ret;
}