update for HEAD-2003091401
[reactos.git] / drivers / fs / cdfs / cleanup.c
index a2eec26..71af989 100644 (file)
@@ -52,7 +52,7 @@ CdfsCleanupFile(PDEVICE_EXTENSION DeviceExt,
 
 
   /* Uninitialize file cache if initialized for this file object. */
-  if (FileObject->SectionObjectPointers && FileObject->SectionObjectPointers->SharedCacheMap)
+  if (FileObject->SectionObjectPointer && FileObject->SectionObjectPointer->SharedCacheMap)
     {
       CcRosReleaseFileCache (FileObject);
     }