diff options
author | Werner Koch <wk@gnupg.org> | 2010-06-08 18:59:19 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-06-08 18:59:19 +0200 |
commit | f7b0b80e4aab4a62a02de5cdbf1957754700751d (patch) | |
tree | e65297a79108d667059a4d01002ba657b85903e7 /common/gettime.c | |
parent | use estream for status output. (diff) | |
download | gnupg2-f7b0b80e4aab4a62a02de5cdbf1957754700751d.tar.xz gnupg2-f7b0b80e4aab4a62a02de5cdbf1957754700751d.zip |
W32CE fix.
Typo fixes
Diffstat (limited to 'common/gettime.c')
-rw-r--r-- | common/gettime.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gettime.c b/common/gettime.c index 42261f96a..658433d18 100644 --- a/common/gettime.c +++ b/common/gettime.c @@ -497,6 +497,7 @@ check_isotime (const gnupg_isotime_t atime) } +/* Dump the ISO time T to the log stream without a LF. */ void dump_isotime (const gnupg_isotime_t t) { |