From cd4759ee3d43e5a3afcc6e60cc45c36d184cffa7 Mon Sep 17 00:00:00 2001 From: Tim Segers Date: Thu, 13 Oct 2022 23:39:46 +0200 Subject: Make void explicit in print_planhead declaration --- src/output.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/output.h') diff --git a/src/output.h b/src/output.h index 5cc3adc..017e319 100644 --- a/src/output.h +++ b/src/output.h @@ -13,7 +13,7 @@ #define SWI 0x21BB /* Clockwise Open Circle Arrow */ /* functions */ -void print_planhead(); +void print_planhead(void); void print_planline(const wchar_t sign, const double depth, const double time, const double runtime, const gas_t *gas); void print_planfoot(const decostate_t *ds); -- cgit v1.2.3-70-g09d2