[UDFS] Fix all GCC warnings! By V. with one little change by me to keep MSVC build...
[reactos.git] / reactos / drivers / filesystems / udfs / volinfo.cpp
index 5ff1cc7..bf9ca46 100644 (file)
@@ -493,11 +493,10 @@ UDFQueryFsAttributeInfo(
     ULONG BytesToCopy;
 
     NTSTATUS Status = STATUS_SUCCESS;
-    PWCHAR FsTypeTitle;
+    PCWSTR FsTypeTitle;
     ULONG FsTypeTitleLen;
 
     PAGED_CODE();
-
     KdPrint(("  UDFQueryFsAttributeInfo: \n"));
     //  Fill out the fixed portion of the buffer.
     Buffer->FileSystemAttributes = FILE_CASE_SENSITIVE_SEARCH |