[PATCH] mountmgr.sys: Make get_mountmgr_fs_type() static.

Francois Gouget fgouget at free.fr
Mon Jun 29 10:49:51 CDT 2020


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 d99a096c612..40176131ca9 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)
     {
-- 
2.20.1




More information about the wine-devel mailing list