d3dxof: Declare a function static.
This commit is contained in:
parent
d1d5584299
commit
7a326f9405
|
@ -762,7 +762,7 @@ static inline BOOL is_primitive_type(WORD token)
|
|||
return ret;
|
||||
}
|
||||
|
||||
BOOL parse_template_option_info(parse_buffer * buf)
|
||||
static BOOL parse_template_option_info(parse_buffer * buf)
|
||||
{
|
||||
xtemplate* cur_template = &buf->pdxf->xtemplates[buf->pdxf->nb_xtemplates];
|
||||
|
||||
|
|
Loading…
Reference in New Issue