From 21794278ae305acd5dc13d0cd6a491f420b69880 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 25 Feb 2010 01:26:14 -0500 Subject: New dmnsn_interior* type. --- libdimension/texture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdimension/texture.c') diff --git a/libdimension/texture.c b/libdimension/texture.c index 649d18e..24ff759 100644 --- a/libdimension/texture.c +++ b/libdimension/texture.c @@ -78,7 +78,7 @@ dmnsn_new_texture() dmnsn_texture *texture = malloc(sizeof(dmnsn_texture)); if (texture) { texture->pigment = NULL; - texture->finish = NULL; + texture->finish = NULL; } return texture; } -- cgit v1.2.3