diff --git a/src/ui.c b/src/ui.c index e6cacf4..d071f07 100644 --- a/src/ui.c +++ b/src/ui.c @@ -104,11 +104,12 @@ int main(void) break; // case 4: iCAl();break; } - while (choice !=5);{ - return EXIT_SUCCESS; - } + } } + + }while (choice !=5); { + return EXIT_SUCCESS; } }