From 08145cd4a2b6423e4dfda427a8f974a42aa44df3 Mon Sep 17 00:00:00 2001 From: juergen Date: Sat, 14 Dec 2024 23:01:50 +0100 Subject: [PATCH] minor changes --- src/ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui.h b/src/ui.h index 06cbf17..110f911 100644 --- a/src/ui.h +++ b/src/ui.h @@ -1,7 +1,7 @@ #ifndef UI #define UI -extern void main(int); + #endif // !UI