diff --git a/build/VStudio/winfsp_sys.vcxproj b/build/VStudio/winfsp_sys.vcxproj
index d0773675..64a63e52 100644
--- a/build/VStudio/winfsp_sys.vcxproj
+++ b/build/VStudio/winfsp_sys.vcxproj
@@ -146,7 +146,7 @@
-
+
diff --git a/build/VStudio/winfsp_sys.vcxproj.filters b/build/VStudio/winfsp_sys.vcxproj.filters
index cafac024..6e8c242a 100644
--- a/build/VStudio/winfsp_sys.vcxproj.filters
+++ b/build/VStudio/winfsp_sys.vcxproj.filters
@@ -77,7 +77,7 @@
Source
-
+
Source
diff --git a/src/sys/iocompl.c b/src/sys/ioc.c
similarity index 97%
rename from src/sys/iocompl.c
rename to src/sys/ioc.c
index de1b255c..df8ce079 100644
--- a/src/sys/iocompl.c
+++ b/src/sys/ioc.c
@@ -1,5 +1,5 @@
/**
- * @file sys/iocompl.c
+ * @file sys/ioc.c
*
* @copyright 2015 Bill Zissimopoulos
*/