summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-23 22:36:54 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-23 22:36:54 +0330
commit36367beb40b69d66ba866be31878097eed70b6be (patch)
tree3f51e60b8c4cfdbb9d4c2006d249f1504e39651f /src/main.c
parentaf6a58bfad54dc9d3cb49d1efa1c90a5d094bcb1 (diff)
add more support for 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 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;
}