diff options
Diffstat (limited to 'pith/mimedesc.c')
-rw-r--r-- | pith/mimedesc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/mimedesc.c b/pith/mimedesc.c index 097f5cda..80d2f840 100644 --- a/pith/mimedesc.c +++ b/pith/mimedesc.c @@ -222,7 +222,7 @@ describe_mime(struct mail_bodystruct *body, char *prefix, int num, (description && description[0]) ? ", \"" : "", (description && description[0]) ? description : "", (description && description[0]) ? "\"": ""); - string[sizeof(string)-1] =- '\0'; + string[sizeof(string)-1] = '\0'; a->description = cpystr(string); a->body = body; |