From c3952e7c20a3108c2f16aa579f8062dfc2163bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 8 Sep 2020 14:28:34 +0200 Subject: Use strict function prototypes int foo(); declares a function taking any number of arguments. --- Process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Process.h') diff --git a/Process.h b/Process.h index ebf5cdf4..82f6d6c8 100644 --- a/Process.h +++ b/Process.h @@ -169,7 +169,7 @@ typedef struct ProcessClass_ { extern char Process_pidFormat[20]; -void Process_setupColumnWidths(); +void Process_setupColumnWidths(void); void Process_humanNumber(RichString* str, unsigned long number, bool coloring); -- cgit v1.2.3