From d599ad5c78238627217d3e7d3592a9dbff943ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Mon, 29 May 2006 13:30:50 +0000 Subject: [PATCH] Fix typo ("SetupDiGetDeviceRegistryProperty" -> "SetupDiInstallDevice" in debug message) svn path=/trunk/; revision=22108 --- reactos/dll/cpl/desk/classinst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/cpl/desk/classinst.c b/reactos/dll/cpl/desk/classinst.c index eb82f8b4df2..1221925d3c4 100644 --- a/reactos/dll/cpl/desk/classinst.c +++ b/reactos/dll/cpl/desk/classinst.c @@ -61,7 +61,7 @@ DisplayClassInstaller( if (!result) { rc = GetLastError(); - DPRINT("SetupDiGetDeviceRegistryProperty() failed with error 0x%lx\n", rc); + DPRINT("SetupDiInstallDevice() failed with error 0x%lx\n", rc); goto cleanup; }