summaryrefslogtreecommitdiffstats
path: root/libdimension/sphere.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension/sphere.c')
-rw-r--r--libdimension/sphere.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimension/sphere.c b/libdimension/sphere.c
index 53ceef9..fc9c103 100644
--- a/libdimension/sphere.c
+++ b/libdimension/sphere.c
@@ -62,7 +62,7 @@ dmnsn_sphere_inside_fn(const dmnsn_object *sphere, dmnsn_vector point)
/* Allocate a new sphere */
dmnsn_object *
-dmnsn_new_sphere()
+dmnsn_new_sphere(void)
{
dmnsn_object *sphere = dmnsn_new_object();
sphere->intersection_fn = &dmnsn_sphere_intersection_fn;