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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/output.c') diff --git a/src/output.c b/src/output.c index bf9a4d7..56a78c2 100644 --- a/src/output.c +++ b/src/output.c @@ -52,7 +52,7 @@ void scan_gas(gas_t *gas, char *str) *gas = gas_new(o2, he, MOD_AUTO); } -void print_planhead() +void print_planhead(void) { wprintf(L"DIVE PLAN\n\n"); wprintf(L" %-1s %-5s %-8s %-7s %1s %-9s %-4s %-3s\n", "", "Depth", "Duration", "Runtime", "", "Gas", "pO2", -- cgit v1.2.3-70-g09d2