Module: wine Branch: master Commit: 7a326f9405a39c2867dadd58ebe8334fc91a460e URL: http://source.winehq.org/git/wine.git/?a=commit;h=7a326f9405a39c2867dadd58eb... Author: Andrew Talbot <andrew.talbot(a)talbotville.com> Date: Thu Jan 8 21:43:24 2009 +0000 d3dxof: Declare a function static. --- dlls/d3dxof/parsing.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/d3dxof/parsing.c b/dlls/d3dxof/parsing.c index d4c71d1..4167597 100644 --- a/dlls/d3dxof/parsing.c +++ b/dlls/d3dxof/parsing.c @@ -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];