diff options
Diffstat (limited to '')
-rw-r--r-- | gpgme/rungpg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/rungpg.c b/gpgme/rungpg.c index 9b9e8ee8..261c71f7 100644 --- a/gpgme/rungpg.c +++ b/gpgme/rungpg.c @@ -118,7 +118,7 @@ struct gpg_object_s { struct reap_s { struct reap_s *next; - pid_t pid; + int pid; time_t entered; int term_send; }; |