mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 18:22:35 +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;
|
||||
PFCB Fcb;
|
||||
|
||||
DPRINT("CdfsCleanupFile(DeviceExt %p, FileObject %p)\n",
|
||||
DeviceExt,
|
||||
DPRINT("CdfsCleanupFile(IrpContext %p, FileObject %p)\n",
|
||||
IrpContext,
|
||||
FileObject);
|
||||
|
||||
DeviceExt = IrpContext->DeviceObject->DeviceExtension;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue