aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian C <cc@localhost>2025-03-06 16:37:35 -0800
committerChristian C <cc@localhost>2025-03-06 16:37:35 -0800
commit31429f745c151804af48b008a4aba1aa9d2b53a6 (patch)
treed5dcb9d8c1fc9f6cecd08bff40a513963b34241f
parentdcf04be444804663c383dadf9df9629399471af7 (diff)
--fixup=dcf04be
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 44255dc..7c29fd7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -77,7 +77,6 @@ int main(int argc, char** argv)
}
}
TIME(ts_g_start);
- struct AVLNode* root = NULL;
//-----------------------------------------------
//-PROCESS-FILES-IN-DIRECTORY--------------------
//-----------------------------------------------
@@ -163,6 +162,7 @@ int main(int argc, char** argv)
//-OPTIONAL:-------------------------------------
//-GET-MASK-META-INFORMATION---------------------
//-----------------------------------------------
+ struct AVLNode* root = NULL;
root = get_mask_data(masks, width, height);
if (!silent) {
printf("Inorder traversal of AVL tree: ");