aboutsummaryrefslogtreecommitdiff
path: root/src/coord.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-05-01 18:41:48 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-05-01 18:49:11 +0200
commit1d0943fafdb3c547965917eb4dfcb4d6445461a4 (patch)
treec924a58f9caa5d61095af780afcb46ff3a0deee9 /src/coord.h
parentbb689c922e2b34f6f803a6593190ba5f6993f8c5 (diff)
downloadnissy-classic-1d0943fafdb3c547965917eb4dfcb4d6445461a4.tar.gz
nissy-classic-1d0943fafdb3c547965917eb4dfcb4d6445461a4.zip
Added void in function prototypes and declarations
Diffstat (limited to 'src/coord.h')
-rw-r--r--src/coord.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/coord.h b/src/coord.h
index 61398a4..d9fbc4c 100644
--- a/src/coord.h
+++ b/src/coord.h
@@ -22,7 +22,6 @@ extern int cpud_separate_ant[BINOM8ON4];
22extern int cpud_separate_ind[FACTORIAL8]; 22extern int cpud_separate_ind[FACTORIAL8];
23extern int cornershtrfin_ant[24*24/6]; 23extern int cornershtrfin_ant[24*24/6];
24 24
25void init_coord(); 25void init_coord(void);
26 26
27#endif 27#endif
28

Generated with cgit - Back to sebastiano.tronto.net