mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Fix incorrect DPRINT.
svn path=/trunk/; revision=29418
This commit is contained in:
@@ -556,7 +556,7 @@ NtUserCreateWindowStation(
|
||||
ExFreePool(FullWindowStationName.Buffer);
|
||||
}
|
||||
|
||||
DPRINT("Window station successfully created (%wZ)\n", FullWindowStationName);
|
||||
DPRINT("Window station successfully created (%wZ)\n", &FullWindowStationName);
|
||||
ExFreePool(FullWindowStationName.Buffer);
|
||||
return WindowStation;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user