diff options
author | Werner Koch <[email protected]> | 2009-06-12 16:58:45 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-06-12 16:58:45 +0000 |
commit | 148f51bb3e6e592333250ef73f2b801a10734083 (patch) | |
tree | 08ea4fe8f7b9009372821e9b28e41df294b248d8 /src/posix-util.c | |
parent | Fix possible assert in the card edit. (diff) | |
download | gpgme-148f51bb3e6e592333250ef73f2b801a10734083.tar.gz gpgme-148f51bb3e6e592333250ef73f2b801a10734083.zip |
Improved W32 SetForegroundWindow hacks.
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 9e669491..b0d17b0e 100644 --- a/src/posix-util.c +++ b/src/posix-util.c @@ -67,7 +67,7 @@ _gpgme_get_conf_int (const char *key, int *value) } void -_gpgme_allow_set_foregound_window (pid_t pid) +_gpgme_allow_set_foreground_window (pid_t pid) { (void)pid; /* Not needed. */ |