From bee435e09111f43dcc406160e9c9bdd8645fc86c Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 3 Mar 2013 10:00:23 +0100 Subject: Fix syntax errors in OS_WIN32 ifdefs --- p11-kit/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p11-kit/conf.c') diff --git a/p11-kit/conf.c b/p11-kit/conf.c index 778ea00..894566a 100644 --- a/p11-kit/conf.c +++ b/p11-kit/conf.c @@ -316,7 +316,7 @@ expand_user_path (const char *path) char directory[MAX_PATH + 1]; if (!SHGetSpecialFolderPathA (NULL, directory, CSIDL_PROFILE, TRUE)) { - _p11_message ("couldn't lookup home directory for user"); + p11_message ("couldn't lookup home directory for user"); errno = ENOTDIR; return NULL; } -- cgit v1.2.1