diff options
author | Werner Koch <[email protected]> | 2010-06-07 13:33:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-06-07 13:33:02 +0000 |
commit | bbe388b5db35be6ffece8ebd42f11372af016763 (patch) | |
tree | 73e1fe9697b969be66bd89953125010e5721efe1 /g13/runner.c | |
parent | Print --version etc via estream (diff) | |
download | gnupg-bbe388b5db35be6ffece8ebd42f11372af016763.tar.gz gnupg-bbe388b5db35be6ffece8ebd42f11372af016763.zip |
Add unfinished gpgtar.
Collected changes and ports of bug fixes from stable.
Diffstat (limited to '')
-rw-r--r-- | g13/runner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g13/runner.c b/g13/runner.c index 6cf88c0b4..18293e10c 100644 --- a/g13/runner.c +++ b/g13/runner.c @@ -48,7 +48,7 @@ struct runner_s /* We use a reference counter to know when it is safe to remove the - object. Lackiong an explicit ref fucntion this counter will take + object. Lacking an explicit ref function this counter will take only these two values: 1 = Thread not running or only the thread is still running. |