Module: wine Branch: master Commit: b067eda87cd829aea6331afe6a101d8ab5e7eaf3 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b067eda87cd829aea6331afe6...
Author: Francois Gouget fgouget@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@free.fr Signed-off-by: Alexandre Julliard julliard@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) {