Missing colon.

This commit is contained in:
wkj 2006-02-23 17:10:16 +00:00
parent 6a8add52d3
commit 384d563d72

View file

@ -65,7 +65,7 @@ decode(int kind, char *s, int *len)
if(s == nil)
return s;
switch(kind){
case QuotedPrintable
case QuotedPrintable:
case QuotedPrintableU:
l = strlen(s)+1;
t = emalloc(l);