advapi32: Fix a typo.

This commit is contained in:
Andrew Talbot 2007-05-12 23:09:58 +01:00 committed by Alexandre Julliard
parent 72ed214932
commit eb48a47260
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ BOOL WINAPI GetCurrentHwProfileA(LPHW_PROFILE_INFOA pInfo)
{
FIXME("(%p) semi-stub\n", pInfo);
pInfo->dwDockInfo = DOCKINFO_DOCKED;
strcpy(pInfo->szHwProfileGuid,"{12340001-1234-1234-1234-1233456789012}");
strcpy(pInfo->szHwProfileGuid,"{12340001-1234-1234-1234-123456789012}");
strcpy(pInfo->szHwProfileName,"Wine Profile");
return 1;
}