aboutsummaryrefslogtreecommitdiff
path: root/src/cube.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/cube.h
parentbb689c922e2b34f6f803a6593190ba5f6993f8c5 (diff)
downloadnissy-classic-1d0943fafdb3c547965917eb4dfcb4d6445461a4.tar.gz
nissy-classic-1d0943fafdb3c547965917eb4dfcb4d6445461a4.zip
Added void in function prototypes and declarations
Diffstat (limited to '')
-rw-r--r--src/cube.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cube.h b/src/cube.h
index 483a89a..5dee6ea 100644
--- a/src/cube.h
+++ b/src/cube.h
@@ -40,7 +40,7 @@ Center where_is_center(Cube cube, Center c);
40Corner where_is_corner(Cube cube, Corner c); 40Corner where_is_corner(Cube cube, Corner c);
41Edge where_is_edge(Cube cube, Edge e); 41Edge where_is_edge(Cube cube, Edge e);
42 42
43void init_cube(); 43void init_cube(void);
44 44
45#endif 45#endif
46 46

Generated with cgit - Back to sebastiano.tronto.net