- Fix incorrect DPRINT.

svn path=/trunk/; revision=29418
This commit is contained in:
Aleksey Bragin 2007-10-06 16:04:21 +00:00
parent 764cda7527
commit 52c172c002

View file

@ -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;
}