summaryrefslogtreecommitdiffstats
path: root/kbx/keybox-update.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-12-02 08:48:09 +0100
committerWerner Koch <wk@gnupg.org>2004-12-02 08:48:09 +0100
commit4a73d94757f61e4aa2d1841535409622c2c473e3 (patch)
tree3848fcc2f05e79f26e776f6e4dfa133aeff8d04e /kbx/keybox-update.c
parent2004-11-30 Timo Schulz <ts@g10code.com> (diff)
downloadgnupg2-4a73d94757f61e4aa2d1841535409622c2c473e3.tar.xz
gnupg2-4a73d94757f61e4aa2d1841535409622c2c473e3.zip
First take on a W32 port
Diffstat (limited to 'kbx/keybox-update.c')
-rw-r--r--kbx/keybox-update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbx/keybox-update.c b/kbx/keybox-update.c
index 16955502f..eabaa1db2 100644
--- a/kbx/keybox-update.c
+++ b/kbx/keybox-update.c
@@ -66,7 +66,7 @@ create_tmp_file (const char *template,
strcpy (tmpfname + strlen (template)-4, EXTSEP_S "tmp");
}
else
- { /* file does not end with kbx; hmmm */
+ { /* File does not end with kbx; hmmm. */
bakfname = xtrymalloc ( strlen (template) + 5);
if (!bakfname)
return gpg_error (gpg_err_code_from_errno (errno));