summaryrefslogtreecommitdiffstats
path: root/libdimension/sky_sphere.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension/sky_sphere.c')
-rw-r--r--libdimension/sky_sphere.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimension/sky_sphere.c b/libdimension/sky_sphere.c
index 9e5b9a9..b1d76e0 100644
--- a/libdimension/sky_sphere.c
+++ b/libdimension/sky_sphere.c
@@ -26,7 +26,7 @@
#include "dimension.h"
dmnsn_sky_sphere *
-dmnsn_new_sky_sphere()
+dmnsn_new_sky_sphere(void)
{
dmnsn_sky_sphere *sky_sphere = dmnsn_malloc(sizeof(dmnsn_sky_sphere));
sky_sphere->pigments = dmnsn_new_array(sizeof(dmnsn_pigment *));