Fix style issues from recent commits
This commit is contained in:
parent
c0e1c66e3d
commit
467f18b738
|
@ -353,7 +353,6 @@ String DirAccessWindows::get_filesystem_type() const {
|
|||
ERR_FAIL_COND_V(unit_end == -1, String());
|
||||
String unit = path.substr(0, unit_end + 1) + "\\";
|
||||
|
||||
|
||||
WCHAR szVolumeName[100];
|
||||
WCHAR szFileSystemName[10];
|
||||
DWORD dwSerialNumber = 0;
|
||||
|
|
Loading…
Reference in New Issue