diff options
Diffstat (limited to 'src/posix-util.c')
-rw-r--r-- | src/posix-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/posix-util.c b/src/posix-util.c index 3acc7e08..d7ed8f09 100644 --- a/src/posix-util.c +++ b/src/posix-util.c @@ -74,7 +74,7 @@ const char * _gpgme_get_uiserver_socket_path (void) { static char *socket_path; - char *homedir; + const char *homedir; const char name[] = "S.uiserver"; if (socket_path) |