From b792eed3d27bf6cb00cc79b01fedf4343bdb2abd Mon Sep 17 00:00:00 2001 From: juergen Date: Sat, 14 Dec 2024 22:23:02 +0100 Subject: [PATCH] changes --- src/ui.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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; } }