summaryrefslogtreecommitdiffstats
path: root/sm/base64.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-03-18 10:30:35 +0100
committerWerner Koch <wk@gnupg.org>2002-03-18 10:30:35 +0100
commitc39b866d2a0396b18560f4eff069299bd30415ec (patch)
tree7d2c7a08a88f16749f064e78c5bdc6004ac5fa53 /sm/base64.c
parent* decrypt.c (gpgsm_decrypt): Allow multiple recipients. (diff)
downloadgnupg2-c39b866d2a0396b18560f4eff069299bd30415ec.tar.xz
gnupg2-c39b866d2a0396b18560f4eff069299bd30415ec.zip
Doc fixes, moved some fizmes to TODO, fixed minor bugs.
Diffstat (limited to 'sm/base64.c')
-rw-r--r--sm/base64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/base64.c b/sm/base64.c
index e7a1ae9ae..f70615e97 100644
--- a/sm/base64.c
+++ b/sm/base64.c
@@ -178,7 +178,7 @@ base64_reader_cb (void *cb_value, char *buffer, size_t count, size_t *nread)
if (c == '\n')
{
parm->have_lf = 1;
- /* FIXME: we need to skip overlong lines while detecting
+ /* Fixme: we need to skip overlong lines while detecting
the dashed lines */
break;
}