From cd5ff302d1b03edb6fe81254c585e0e88c8e71ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 17 Jul 2022 02:30:34 +0200 Subject: Name function arguments in headers. This is obviously a lot less obtuse. --- c/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/main.h') diff --git a/c/main.h b/c/main.h index 0b899e6..d79975e 100644 --- a/c/main.h +++ b/c/main.h @@ -1,6 +1,6 @@ #ifndef MAIN_H #define MAIN_H -void UpdateLayout(); +void UpdateLayout(void); #endif -- cgit v1.2.3