From 4f40f29ade4a6b2c0b27ba902281718662cdde82 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 30 Nov 2010 15:59:43 -0500 Subject: Make some empty parameter lists explicit. --- libdimension/object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdimension/object.c') diff --git a/libdimension/object.c b/libdimension/object.c index 66cbd78..56e25c3 100644 --- a/libdimension/object.c +++ b/libdimension/object.c @@ -28,7 +28,7 @@ /* Allocate a dummy object */ dmnsn_object * -dmnsn_new_object() +dmnsn_new_object(void) { dmnsn_object *object = dmnsn_malloc(sizeof(dmnsn_object)); object->texture = NULL; -- cgit v1.2.3