diff --git a/build/VStudio/winfsp_dll.vcxproj b/build/VStudio/winfsp_dll.vcxproj index d1b9d4e8..43c3b57b 100644 --- a/build/VStudio/winfsp_dll.vcxproj +++ b/build/VStudio/winfsp_dll.vcxproj @@ -33,7 +33,7 @@ - + diff --git a/build/VStudio/winfsp_dll.vcxproj.filters b/build/VStudio/winfsp_dll.vcxproj.filters index 1d7d16a2..221e6c92 100644 --- a/build/VStudio/winfsp_dll.vcxproj.filters +++ b/build/VStudio/winfsp_dll.vcxproj.filters @@ -100,7 +100,7 @@ Source - + Source\fuse diff --git a/src/dll/fuse/fuseintf.c b/src/dll/fuse/fuse_intf.c similarity index 99% rename from src/dll/fuse/fuseintf.c rename to src/dll/fuse/fuse_intf.c index 7725231f..486a5163 100644 --- a/src/dll/fuse/fuseintf.c +++ b/src/dll/fuse/fuse_intf.c @@ -1,5 +1,5 @@ /** - * @file dll/fuse/fuseintf.c + * @file dll/fuse/fuse_intf.c * * @copyright 2015-2016 Bill Zissimopoulos */