From 68fbc7276638652e314a64c100b796a777e22bf2 Mon Sep 17 00:00:00 2001 From: verdant Date: Mon, 27 Jul 2026 20:28:35 +0800 Subject: Fix -Wstrict-prototypes warning --- version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.c') diff --git a/version.c b/version.c index 234a9f5..01feb76 100644 --- a/version.c +++ b/version.c @@ -1,7 +1,7 @@ #include "./version.h" #include #include -void version() +void version(void) { printf(PROGRAM_NAME " " PROGRAM_VERSION " (built " BUILD_DATE -- cgit v1.2.3