From b716aaa59d718e10f4ed17c633a2178e0b28aba0 Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Fri, 4 Oct 2024 11:19:10 +0100 Subject: [PATCH] K&R: cmwind.h conversion to ANSI K&R obsolete syntax removal for C23 compatibility series --- cmwind/cmwind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmwind/cmwind.h b/cmwind/cmwind.h index 31853c5a..54e346e5 100644 --- a/cmwind/cmwind.h +++ b/cmwind/cmwind.h @@ -78,7 +78,7 @@ extern void cmwUndoColor(int, int, int, int, int, int, int); extern bool CMWCheckWritten(void); /* C99 compat */ -extern void CMWinit(); +extern void CMWinit(void); #endif /* _CMWIND_H */