aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-05-15 01:29:06 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-05-15 01:29:06 +0330
commitb6a27a2fcc02641801b4193d0f068608e18dbcbd (patch)
treed08437a7f8594d9a5f0f8e16545a27328427fef5 /src/main.c
parentcfd7848462aa50e039d73df041eab93f9a48b49f (diff)
add first version of shape shifter
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 2906c2d..4d918dd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -33,7 +33,7 @@ static int run(const char *filePath) {
}
#endif
#ifdef PRINT_STATISTICS
- start =get_time();
+ start = get_time();
#endif
int ret;