aboutsummaryrefslogtreecommitdiffstats
path: root/libical/src/test/testmime.c
diff options
context:
space:
mode:
Diffstat (limited to 'libical/src/test/testmime.c')
-rw-r--r--libical/src/test/testmime.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libical/src/test/testmime.c b/libical/src/test/testmime.c
index a912983f84..5dfc3b7d31 100644
--- a/libical/src/test/testmime.c
+++ b/libical/src/test/testmime.c
@@ -86,6 +86,7 @@ char* read_stream(char *s, size_t size, void *d)
}
+
int main(int argc, char* argv[]) {
FILE *f;
@@ -135,7 +136,7 @@ int main(int argc, char* argv[]) {
opt.stress = 1;
break;
}
- case 'b':{ /* test base64 encoding*/
+ case 'b':{ /* test base64 decoding*/
if(opt.stress+opt.normal+opt.qp != 0){
fprintf(stderr,
"%s: Use only one of n,s,b and q\n",
@@ -144,7 +145,7 @@ int main(int argc, char* argv[]) {
opt.base64 = 1;
break;
}
- case 'q':{ /* test quoted-printable encoding*/
+ case 'q':{ /* test quoted-printable decoding*/
if(opt.stress+opt.base64+opt.normal != 0){
fprintf(stderr,
"%s: Use only one of n,s,b and q\n",