diff options
author | Tim Segers <tsegers@pm.me> | 2022-10-13 23:39:46 +0200 |
---|---|---|
committer | Tim Segers <tsegers@pm.me> | 2022-10-13 23:39:46 +0200 |
commit | cd4759ee3d43e5a3afcc6e60cc45c36d184cffa7 (patch) | |
tree | cf99f65a18250cda355e75f45e53221994a66004 /src/output.h | |
parent | 879de8903e617d9e172a36045dc1b7b7ca4250c1 (diff) | |
download | opendeco-cd4759ee3d43e5a3afcc6e60cc45c36d184cffa7.tar.gz |
Make void explicit in print_planhead declaration
Diffstat (limited to 'src/output.h')
-rw-r--r-- | src/output.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |