Module: wine Branch: master Commit: eb48a472602cb232a6513f0d3085ddd2d78efe59 URL: http://source.winehq.org/git/wine.git/?a=commit;h=eb48a472602cb232a6513f0d30...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Sat May 12 23:09:58 2007 +0100
advapi32: Fix a typo.
---
dlls/advapi32/advapi.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/advapi32/advapi.c b/dlls/advapi32/advapi.c index 126f8d1..b92d3de 100644 --- a/dlls/advapi32/advapi.c +++ b/dlls/advapi32/advapi.c @@ -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; }