mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[CDFS] Fix a thinko.
svn path=/trunk/; revision=73363
This commit is contained in:
@@ -44,8 +44,8 @@ CdfsCleanupFile(PCDFS_IRP_CONTEXT IrpContext,
|
||||
PDEVICE_EXTENSION DeviceExt;
|
||||
PFCB Fcb;
|
||||
|
||||
DPRINT("CdfsCleanupFile(DeviceExt %p, FileObject %p)\n",
|
||||
DeviceExt,
|
||||
DPRINT("CdfsCleanupFile(IrpContext %p, FileObject %p)\n",
|
||||
IrpContext,
|
||||
FileObject);
|
||||
|
||||
DeviceExt = IrpContext->DeviceObject->DeviceExtension;
|
||||
|
||||
Reference in New Issue
Block a user