Francois Gouget : mountmgr.sys: Make get_mountmgr_fs_type() static.

Alexandre Julliard julliard at winehq.org
Mon Jun 29 14:59:22 CDT 2020


Module: wine
Branch: master
Commit: b067eda87cd829aea6331afe6a101d8ab5e7eaf3
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b067eda87cd829aea6331afe6a101d8ab5e7eaf3

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Jun 29 17:49:51 2020 +0200

mountmgr.sys: Make get_mountmgr_fs_type() static.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/mountmgr.sys/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mountmgr.sys/device.c b/dlls/mountmgr.sys/device.c
index d99a096c61..40176131ca 100644
--- a/dlls/mountmgr.sys/device.c
+++ b/dlls/mountmgr.sys/device.c
@@ -1678,7 +1678,7 @@ NTSTATUS remove_dos_device( int letter, const char *udi )
     return status;
 }
 
-enum mountmgr_fs_type get_mountmgr_fs_type(enum fs_type fs_type)
+static enum mountmgr_fs_type get_mountmgr_fs_type(enum fs_type fs_type)
 {
     switch (fs_type)
     {




More information about the wine-cvs mailing list