summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-12 09:19:32 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-12 09:19:32 +0330
commit217b2c70adfd60756591dd6b06b60279f805a596 (patch)
treec3855291e212b6beb990fa128968fc1a95e00d42 /src/main.c
parentdecaf9321cbf119d1efea0c4667f49b0ab2e8c96 (diff)
fix circular dependency problem
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 4b7747b..8a61324 100644
--- a/src/main.c
+++ b/src/main.c
@@ -111,7 +111,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;
}