[PATCH] mountmgr.sys: Make get_mountmgr_fs_type() static.
29 Jun
2020
29 Jun
'20
3:49 p.m.
Signed-off-by: Francois Gouget <fgouget(a)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
1994
Age (days ago)
1994
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget