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) 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);