[PATCH 1/2] pstorec: Fix a typo in PStore_fnOpenItem declaration.

Andrey Gusev andrey.goosev at gmail.com
Tue Jul 5 08:12:29 CDT 2016


-------------- next part --------------
From bce198dd86d67217a4c16cff6b0b3e7c32fb7bcc Mon Sep 17 00:00:00 2001
Message-Id: <bce198dd86d67217a4c16cff6b0b3e7c32fb7bcc.1467724060.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Tue, 5 Jul 2016 16:10:31 +0300
Subject: [PATCH 1/2] pstorec: Fix a typo in PStore_fnOpenItem declaration.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/pstorec/pstorec.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/pstorec/pstorec.c b/dlls/pstorec/pstorec.c
index 269ebca..593629b 100644
--- a/dlls/pstorec/pstorec.c
+++ b/dlls/pstorec/pstorec.c
@@ -294,10 +294,10 @@ static HRESULT WINAPI PStore_fnWriteItem( IPStore* This, PST_KEY Key,
  */
 static HRESULT WINAPI PStore_fnOpenItem( IPStore* This, PST_KEY Key,
     const GUID* pItemType, const GUID* pItemSubtype, LPCWSTR szItemName,
-    PST_ACCESSMODE ModeFlags, PPST_PROMPTINFO pProomptInfo, DWORD dwFlags )
+    PST_ACCESSMODE ModeFlags, PPST_PROMPTINFO pPromptInfo, DWORD dwFlags )
 {
     FIXME("(%p,%08x,%s,%s,%s,%08x,%p,%08x) stub\n", This, Key, debugstr_guid(pItemType),
-           debugstr_guid(pItemSubtype), debugstr_w(szItemName), ModeFlags, pProomptInfo, dwFlags);
+           debugstr_guid(pItemSubtype), debugstr_w(szItemName), ModeFlags, pPromptInfo, dwFlags);
     return E_NOTIMPL;
 }
 
-- 
2.5.5



More information about the wine-patches mailing list