mountmgr.sys: Make get_mountmgr_fs_type() static.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2020-06-29 17:49:51 +02:00 committed by Alexandre Julliard
parent d23e5978b5
commit b067eda87c
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{