From 4cacfeb5cc9f75ee6898eb883f4395db461aadd1 Mon Sep 17 00:00:00 2001 From: doomchild Date: Thu, 13 May 2010 15:43:26 -0500 Subject: [PATCH] minor parenthesis error --- dfhack/include/modules/Materials_C.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dfhack/include/modules/Materials_C.h b/dfhack/include/modules/Materials_C.h index 5c302872d..448f045de 100644 --- a/dfhack/include/modules/Materials_C.h +++ b/dfhack/include/modules/Materials_C.h @@ -39,8 +39,8 @@ extern "C" { #endif typedef t_matgloss* (*MatglossBufferFunc)(int); -typedef t_descriptor_color* (*DescriptorColorBufferFunc(int); -typedef t_matglossOther* (*MatglossOtherBufferFunc(int); +typedef t_descriptor_color* (*DescriptorColorBufferFunc)(int); +typedef t_matglossOther* (*MatglossOtherBufferFunc)(int); DFHACK_EXPORT int Materials_ReadInorganicMaterials(DFHackObject* mat); DFHACK_EXPORT int Materials_ReadOrganicMaterials(DFHackObject* mat);