Commit b067eda8 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mountmgr.sys: Make get_mountmgr_fs_type() static.

parent d23e5978
...@@ -1678,7 +1678,7 @@ NTSTATUS remove_dos_device( int letter, const char *udi ) ...@@ -1678,7 +1678,7 @@ NTSTATUS remove_dos_device( int letter, const char *udi )
return status; 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) switch (fs_type)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment