From f5816bd796732fe0ab47657b5475393119a75f80 Mon Sep 17 00:00:00 2001 From: Wizzard Date: Wed, 10 Apr 2024 05:20:51 -0400 Subject: [PATCH] Formatting --- main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.cpp b/main.cpp index ab21fd5..1eee7b3 100644 --- a/main.cpp +++ b/main.cpp @@ -113,7 +113,6 @@ int main() { int c; while(1) { - if (needsFetch) { printw("Fetching SOL conversion rate, please wait...\n"); refresh(); @@ -161,7 +160,6 @@ int main() { } displayMenu(menu_win, highlight, choices, n_choices, rate); } - endwin(); return 0; } \ No newline at end of file