d3dxof: Declare a function static

Andrew Talbot andrew.talbot at talbotville.com
Thu Jan 8 15:43:24 CST 2009


Changelog:
    d3dxof: Declare a function static.

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];
 



More information about the wine-patches mailing list