Module: wine Branch: master Commit: fb18592c938b121f38f04a5db55f551ee90b7fab URL: http://source.winehq.org/git/wine.git/?a=commit;h=fb18592c938b121f38f04a5db5...
Author: Paul Vriens paul.vriens.wine@gmail.com Date: Wed May 21 17:03:49 2008 +0200
setupapi/tests: Fix typo.
---
dlls/setupapi/tests/devinst.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/setupapi/tests/devinst.c b/dlls/setupapi/tests/devinst.c index 0a9a9a8..5d48cd2 100644 --- a/dlls/setupapi/tests/devinst.c +++ b/dlls/setupapi/tests/devinst.c @@ -386,7 +386,7 @@ static void testCreateDeviceInfo(void) /* Finally, with all three required parameters, this succeeds: */ ret = pSetupDiCreateDeviceInfoA(set, "Root\LEGACY_BOGUS\0000", &guid, NULL, NULL, 0, NULL); - ok(ret, "pSetupDiCreateDeviceInfoA failed: %08x\n", GetLastError()); + ok(ret, "SetupDiCreateDeviceInfoA failed: %08x\n", GetLastError()); /* This fails because the device ID already exists.. */ SetLastError(0xdeadbeef); ret = pSetupDiCreateDeviceInfoA(set, "Root\LEGACY_BOGUS\0000", &guid,