aboutsummaryrefslogtreecommitdiffstats
path: root/sm/base64.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-03-18 09:30:35 +0000
committerWerner Koch <[email protected]>2002-03-18 09:30:35 +0000
commitc39b866d2a0396b18560f4eff069299bd30415ec (patch)
tree7d2c7a08a88f16749f064e78c5bdc6004ac5fa53 /sm/base64.c
parent* decrypt.c (gpgsm_decrypt): Allow multiple recipients. (diff)
downloadgnupg-c39b866d2a0396b18560f4eff069299bd30415ec.tar.gz
gnupg-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;
}