Author: hpoussin Date: Mon May 29 17:30:50 2006 New Revision: 22108
URL: http://svn.reactos.ru/svn/reactos?rev=22108&view=rev Log: Fix typo ("SetupDiGetDeviceRegistryProperty" -> "SetupDiInstallDevice" in debug message)
Modified: trunk/reactos/dll/cpl/desk/classinst.c
Modified: trunk/reactos/dll/cpl/desk/classinst.c URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/dll/cpl/desk/classinst.c?rev... ============================================================================== --- trunk/reactos/dll/cpl/desk/classinst.c (original) +++ trunk/reactos/dll/cpl/desk/classinst.c Mon May 29 17:30:50 2006 @@ -61,7 +61,7 @@ if (!result) { rc = GetLastError(); - DPRINT("SetupDiGetDeviceRegistryProperty() failed with error 0x%lx\n", rc); + DPRINT("SetupDiInstallDevice() failed with error 0x%lx\n", rc); goto cleanup; }