d3dxof: Make debugstr_fourcc() static.

Francois Gouget fgouget at free.fr
Thu Aug 26 06:01:14 CDT 2010


---
 dlls/d3dxof/d3dxof.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3dxof/d3dxof.c b/dlls/d3dxof/d3dxof.c
index bfa761b..51fc14b 100644
--- a/dlls/d3dxof/d3dxof.c
+++ b/dlls/d3dxof/d3dxof.c
@@ -58,7 +58,7 @@ static HRESULT IDirectXFileEnumObjectImpl_Create(IDirectXFileEnumObjectImpl** pp
 static HRESULT IDirectXFileSaveObjectImpl_Create(IDirectXFileSaveObjectImpl** ppObj);
 
 /* FOURCC to string conversion for debug messages */
-const char *debugstr_fourcc(DWORD fourcc)
+static const char *debugstr_fourcc(DWORD fourcc)
 {
     if (!fourcc) return "'null'";
     return wine_dbg_sprintf ("\'%c%c%c%c\'",
-- 
1.7.1




More information about the wine-patches mailing list