mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:42:57 +00:00
[CDFS] Fix a thinko.
svn path=/trunk/; revision=73363
This commit is contained in:
parent
c3b22d159c
commit
42eafa71ae
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ CdfsCleanupFile(PCDFS_IRP_CONTEXT IrpContext,
|
||||||
PDEVICE_EXTENSION DeviceExt;
|
PDEVICE_EXTENSION DeviceExt;
|
||||||
PFCB Fcb;
|
PFCB Fcb;
|
||||||
|
|
||||||
DPRINT("CdfsCleanupFile(DeviceExt %p, FileObject %p)\n",
|
DPRINT("CdfsCleanupFile(IrpContext %p, FileObject %p)\n",
|
||||||
DeviceExt,
|
IrpContext,
|
||||||
FileObject);
|
FileObject);
|
||||||
|
|
||||||
DeviceExt = IrpContext->DeviceObject->DeviceExtension;
|
DeviceExt = IrpContext->DeviceObject->DeviceExtension;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue