Missing colon.
This commit is contained in:
parent
6a8add52d3
commit
384d563d72
@ -65,7 +65,7 @@ decode(int kind, char *s, int *len)
|
|||||||
if(s == nil)
|
if(s == nil)
|
||||||
return s;
|
return s;
|
||||||
switch(kind){
|
switch(kind){
|
||||||
case QuotedPrintable
|
case QuotedPrintable:
|
||||||
case QuotedPrintableU:
|
case QuotedPrintableU:
|
||||||
l = strlen(s)+1;
|
l = strlen(s)+1;
|
||||||
t = emalloc(l);
|
t = emalloc(l);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user