diff options
author | Christian C <cc@localhost> | 2025-03-06 16:37:35 -0800 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-03-06 16:37:35 -0800 |
commit | 31429f745c151804af48b008a4aba1aa9d2b53a6 (patch) | |
tree | d5dcb9d8c1fc9f6cecd08bff40a513963b34241f | |
parent | dcf04be444804663c383dadf9df9629399471af7 (diff) |
--fixup=dcf04be
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: "); |