aboutsummaryrefslogtreecommitdiffstats
path: root/g10/misc.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-03-30 10:39:13 +0000
committerWerner Koch <[email protected]>2005-03-30 10:39:13 +0000
commit1985805cdf353ab557989cf50a5838ce3b6f8524 (patch)
tree7e3167883cc4c972d9f94a76e7c4d93f5f2b0396 /g10/misc.c
parent(rndw32_gather_random_fast): While adding data use the (diff)
downloadgnupg-1985805cdf353ab557989cf50a5838ce3b6f8524.tar.gz
gnupg-1985805cdf353ab557989cf50a5838ce3b6f8524.zip
(pin_cb): Print a warning if the info string hack is
not there. This may happen due to typos in the translation.
Diffstat (limited to 'g10/misc.c')
-rw-r--r--g10/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/misc.c b/g10/misc.c
index 9334dae21..a47839248 100644
--- a/g10/misc.c
+++ b/g10/misc.c
@@ -1027,7 +1027,7 @@ static HRESULT
w32_shgetfolderpath (HWND a, int b, HANDLE c, DWORD d, LPSTR e)
{
static int initialized;
- static HRESULT (* WINAPI func)(HWND,int,HANDLE,DWORD,LPSTR);
+ static HRESULT (WINAPI * func)(HWND,int,HANDLE,DWORD,LPSTR);
if (!initialized)
{