minor parenthesis error

develop
doomchild 2010-05-13 15:43:26 -05:00
parent 136211636a
commit 4cacfeb5cc
1 changed files with 2 additions and 2 deletions

@ -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);