gphoto2.ds: Make an internal function static

James Hawkins truiken at gmail.com
Wed Oct 11 13:21:03 CDT 2006


Hi,

Changelog:
* Make an internal function static.

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

-- 
James Hawkins
-------------- next part --------------
diff --git a/dlls/gphoto2.ds/gphoto2_main.c b/dlls/gphoto2.ds/gphoto2_main.c
index fcd4b16..83e2eea 100644
--- a/dlls/gphoto2.ds/gphoto2_main.c
+++ b/dlls/gphoto2.ds/gphoto2_main.c
@@ -61,7 +61,7 @@ static TW_UINT16 GPHOTO2_GetIdentity( pT
 static TW_UINT16 GPHOTO2_OpenDS( pTW_IDENTITY, pTW_IDENTITY);
 #endif
 
-TW_UINT16 GPHOTO2_SourceControlHandler (
+static TW_UINT16 GPHOTO2_SourceControlHandler (
    pTW_IDENTITY pOrigin,
    TW_UINT16    DAT,
    TW_UINT16    MSG,
-- 
1.4.2.1


More information about the wine-patches mailing list