diff options
author | Werner Koch <[email protected]> | 2008-10-17 19:18:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-10-17 19:18:46 +0000 |
commit | 0698c5169fca5b7969e6b0fa4de22b693e7fd2e4 (patch) | |
tree | ebfa56dde985a7925e9dc6ea60bda96569106718 /agent/command.c | |
parent | Reset the context lock flag after a failed dirmngr start which may happend (diff) | |
download | gnupg-0698c5169fca5b7969e6b0fa4de22b693e7fd2e4.tar.gz gnupg-0698c5169fca5b7969e6b0fa4de22b693e7fd2e4.zip |
Use more warning options with modern GCCs.
Other minor changes.
Diffstat (limited to 'agent/command.c')
-rw-r--r-- | agent/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/command.c b/agent/command.c index f6bfaa64a..066494101 100644 --- a/agent/command.c +++ b/agent/command.c @@ -80,7 +80,7 @@ static struct putval_item_s *putval_list; -/* To help polling clients, we keep tarck of the number of certain +/* To help polling clients, we keep track of the number of certain events. This structure keeps those counters. The counters are integers and there should be no problem if they are overflowing as callers need to check only whether a counter changed. The actual |